typeof
Version:
Node module. typeOf('a string') == 'string', typeOf([]) == 'array', etc.. Also supports named functions detections aka javascript classes
26 lines (24 loc) • 625 B
JSON
{
"name": "typeof",
"version": "1.0.0",
"description": "Node module. typeOf('a string') == 'string', typeOf([]) == 'array', etc.. Also supports named functions detections aka javascript classes",
"main": "index.js",
"scripts": {
"test": "mocha -R spec --compilers coffee:coffee-script test.coffee"
},
"repository": {
"type": "git",
"url": "http://github.com/CodingFu/typeof"
},
"keywords": [
"typeof", "type"
],
"author": "Seva Rybakov",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.4.0",
"mocha": "~1.6.0",
"assert": "~0.4.9"
}
}