UNPKG

is-fn

Version:
38 lines (37 loc) 625 B
{ "name": "is-fn", "version": "3.0.0", "description": "Check if a value is a function", "license": "MIT", "repository": "sindresorhus/is-fn", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "function", "fn", "check", "detect", "is", "test", "type" ], "devDependencies": { "ava": "^3.15.0", "xo": "^0.39.1" } }