typeof-ext
Version:
A node.js module to get, compare and check types
39 lines (38 loc) • 815 B
JSON
{
"name": "typeof-ext",
"version": "0.0.2",
"description": "A node.js module to get, compare and check types",
"keywords": [
"typeof",
"isFunction",
"isObject",
"isArray",
"isString",
"isNumber",
"isBoolean",
"isDate",
"isRegexp",
"isError",
"isNull",
"isUndefined"
],
"repository": {
"type": "git",
"url": "https://github.com/mfhubz/typeof-ext.git"
},
"author": {
"name": "mfhubz",
"email": "mfhubz@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./index",
"dependencies": {},
"devDependencies": {
"mocha": "1.x.x"
}
}