get-dtype-of
Version:
Returns the datatype of the arg.
37 lines (36 loc) • 700 B
JSON
{
"name": "get-dtype-of",
"version": "1.0.3",
"description": "Returns the datatype of the arg.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"typeof",
"get",
"refined",
"object",
"string",
"boolean",
"null",
"array",
"undefined",
"number",
"datatype",
"type"
],
"author": "Jana Rangasamy <janagr7@gmail.com>",
"license": "ISC",
"files": [
"index.js"
],
"homepage": "https://github.com/grjan7/get-dtype-of#readme",
"repository": {
"type": "git",
"url": "https://github.com/grjan7/get-dtype-of.git"
},
"bugs": {
"url": "https://github.com/grjan7/get-dtype-of/issues"
}
}