medikoo / type

Runtime validation and processing of JavaScript types
ISC License
35 stars 4 forks source link

docs: Set typo #3

Closed borracciaBlu closed 1 year ago

borracciaBlu commented 1 year ago

Actually I'm just wondering if this was the equivalent of what's in Map.

isMap(new Map()); // true
isMap(new Set()); // false
isMap({}); // false

if so, let me know and I'll update it.