@zerodep/is-weakset
Version:
A utility to determine if a value is a WeakSet
37 lines (36 loc) • 836 B
JSON
{
"name": "@zerodep/is-weakset",
"description": "A utility to determine if a value is a WeakSet",
"version": "2.0.12",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cdepage/zerodep.git",
"directory": "packages/is/weakset"
},
"homepage": "https://zerodep.app",
"bugs": "https://github.com/cdepage/zerodep/issues",
"author": "Chris dePage <chris@zerodep.app>",
"sideEffects": false,
"types": "index.d.mts",
"main": "index.min.cjs",
"module": "index.min.mjs",
"type": "module",
"exports": {
".": {
"import": {
"types": "./index.d.mts",
"default": "./index.min.mjs"
},
"require": {
"types": "./index.d.cts",
"default": "./index.min.cjs"
}
}
},
"keywords": [
"is",
"weakset",
"type"
]
}