es-suite
Version:
ES helper functions from ES5 shim with no dependencies
26 lines (25 loc) • 600 B
JSON
{
"name": "es-suite",
"version": "1.1.1",
"main": "ES.js",
"author": "Ashraile (https://www.github.com/ashraile)",
"description": "ES helper functions from ES5 shim with no dependencies",
"license": "MIT",
"keywords": [
"ES5",
"ES6",
"is",
"isArguments",
"isArray",
"isCallable",
"isES6ClassFn",
"isString",
"isRegex",
"isWindow",
"ToObject",
"ToPrimitive"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}