sd-is
Version:
Tiny JavaScript type check utility functions with smart developer-friendly feedback.
30 lines (29 loc) • 709 B
JSON
{
"name": "sd-is",
"version": "1.0.6",
"description": "Tiny JavaScript type check utility functions with smart developer-friendly feedback.",
"type": "module",
"main": "index.js",
"exports": {
"require": "./index.js",
"import": "./index.js"
},
"keywords": [
"utility",
"smart check",
"type check",
"javascript",
"boolean",
"devtools"
],
"author": "Sandeep Dara",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sandeepdara-sd/sd-is.git"
},
"bugs": {
"url": "https://github.com/sandeepdara-sd/sd-is/issues"
},
"homepage": "https://github.com/sandeepdara-sd/sd-is#readme"
}