tunnckoCore/is-empty-function

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "is-empty-function",
  "version": "1.1.2",
  "description": "Check that given string, function or arrow function have empty body, using `parse-function`.",
  "repository": "tunnckoCore/is-empty-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": {
    "cleanup-coverage-code": "^1.0.3",
    "parse-function": "^2.3.1"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "pre-commit": "^1.1.2"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "arrow",
    "arrowfn",
    "arrowfunction",
    "body",
    "check",
    "empty",
    "fn",
    "func",
    "function",
    "is",
    "is-empty-function",
    "parse",
    "string",
    "validate",
    "value"
  ]
}