UNPKG

jistype

Version:

yet another istype detect library using `Object.prototype.toStirng` to get type.

26 lines (25 loc) 585 B
{ "name": "jistype", "version": "0.1.0", "description": "yet another istype detect library using `Object.prototype.toStirng` to get type.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "istype" ], "author": "Treri", "license": "MIT", "dependencies": { "coffee-script": "^1.7.1" }, "repository": { "type": "git", "url": "https://github.com/Treri/jistype" }, "bugs": { "url": "https://github.com/Treri/jistype/issues" }, "homepage": "https://github.com/Treri/jistype" }