We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c0eb1 commit 0d2f295Copy full SHA for 0d2f295
src/isSet.ts
@@ -0,0 +1,4 @@
1
+import { _toString } from './common';
2
+export function isSet(o: any) {
3
+ return _toString.call(o) === '[object Set]';
4
+}
0 commit comments