nixos/home/ags/node_modules/functions-have-names
2025-02-27 02:26:55 +01:00
..
.github home 2025-02-27 02:26:55 +01:00
test home 2025-02-27 02:26:55 +01:00
.editorconfig home 2025-02-27 02:26:55 +01:00
.eslintrc home 2025-02-27 02:26:55 +01:00
.nycrc home 2025-02-27 02:26:55 +01:00
CHANGELOG.md home 2025-02-27 02:26:55 +01:00
index.js home 2025-02-27 02:26:55 +01:00
LICENSE home 2025-02-27 02:26:55 +01:00
package.json home 2025-02-27 02:26:55 +01:00
README.md home 2025-02-27 02:26:55 +01: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