tunnckoCore/kind-of-types

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "kind-of-types",
  "version": "1.0.1",
  "description": "List of all javascript types. Used and useful for checking, validation, sanitizing and testing. Like isStream, isPromise, isWeakset and etc.",
  "repository": "tunnckoCore/kind-of-types",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {},
  "devDependencies": {
    "assertit": "^0.1.0"
  },
  "keywords": [
    "bool",
    "boolean",
    "buffer",
    "check",
    "checking",
    "error",
    "is",
    "is-boolean",
    "is-buffer",
    "is-error",
    "is-promise",
    "is-stream",
    "json",
    "kind",
    "kindof",
    "list",
    "promise",
    "sanitize",
    "stream",
    "tools",
    "transform",
    "type",
    "typeof",
    "types",
    "util",
    "validate",
    "validation",
    "weakmap"
  ]
}