database-petani-mobile/node_modules/functions-have-names
2026-02-23 16:39:35 +07:00
..
.github base commit 2026-02-23 16:39:35 +07:00
test base commit 2026-02-23 16:39:35 +07:00
.editorconfig base commit 2026-02-23 16:39:35 +07:00
.eslintrc base commit 2026-02-23 16:39:35 +07:00
.nycrc base commit 2026-02-23 16:39:35 +07:00
CHANGELOG.md base commit 2026-02-23 16:39:35 +07:00
index.js base commit 2026-02-23 16:39:35 +07:00
LICENSE base commit 2026-02-23 16:39:35 +07:00
package.json base commit 2026-02-23 16:39:35 +07:00
README.md base commit 2026-02-23 16:39:35 +07:00

functions-have-names Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Does this JS environment support the name property on functions?

Example

var functionsHaveNames = require('functions-have-names');
var assert = require('assert');

assert.equal(functionsHaveNames(), true); // will be `false` in IE 6-8

Tests

Simply clone the repo, npm install, and run npm test