tunnckoCore/is-sync-function

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "is-sync-function",
  "version": "1.1.0",
  "description": "Opposite of `is-async-function`. Check that given function is synchronous.",
  "repository": "tunnckoCore/is-sync-function",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "is-async-function": "~1.1.0"
  },
  "devDependencies": {
    "assertit": "^0.1.0"
  },
  "keywords": [
    "check",
    "control",
    "controlflow",
    "flow",
    "function",
    "hybrid",
    "sync",
    "synchronous",
    "util",
    "validate"
  ]
}