UNPKG

is-or-not

Version:

A Set of `is` and `isNot` functions in JavaScript checking and testing on objects and types

51 lines 1.4 kB
{ "tags": { "allowUnknownTags": false }, "source": { "include": ["./index.js", "README.md"], "includePattern": "\\.js$", "excludePattern": "(node_modules/|docs)" }, "plugins": [ "plugins/markdown", "plugins/summarize" ], "opts": { "template": "./node_modules/docdash/", "encoding": "utf8", "destination": "docs/", "recurse": true, "verbose": true }, "templates": { "cleverLinks": false, "monospaceLinks": false }, "docdash": { "static": true, "sort": true, "search": true, "collapse": true, "wrap": true, "openGraph": { "title": "isOrNot", "type": "website", "image": "", "site_name": "isOrNot", "url": "https://github.com/AlaeddineMessadi/is-or-not" }, "meta": { "title": "isOrNot", "description": "A Set of `is` and `isNot` functions in JavaScript checking and testing on objects and types", "keyword": "javascript, utils, is, isnot, types, test, check, testing, type check, js, library" }, "menu": { "Github": { "href":"https://github.com/AlaeddineMessadi/is-or-not", "target":"_blank", "class":"menu-item", "id":"website_link" } } } }