tunnckoCore/is-bound-function

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "is-bound-function",
  "version": "1.0.1",
  "description": "Check if given function is bound or not.",
  "repository": "tunnckoCore/is-bound-function",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {},
  "devDependencies": {
    "assertit": "^0.1.0",
    "bind-context": "^2.0.1",
    "cleanup-coverage-code": "^1.0.3",
    "pre-commit": "*"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "bind",
    "bound",
    "check",
    "code",
    "fn",
    "function",
    "is",
    "is-bound-function",
    "native",
    "nativecode",
    "util",
    "utils",
    "validate"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "bind-context",
        "is-async-function",
        "is-callback-function",
        "parse-function",
        "parse-arguments",
        "function-arguments"
      ]
    },
    "reflinks": [
      "bind-context"
    ],
    "lint": {
      "reflinks": true
    }
  }
}