小宝贝 2332bb7261 node 1 an în urmă
..
.github 2332bb7261 node 1 an în urmă
test 2332bb7261 node 1 an în urmă
.editorconfig 2332bb7261 node 1 an în urmă
.eslintrc 2332bb7261 node 1 an în urmă
.nycrc 2332bb7261 node 1 an în urmă
CHANGELOG.md 2332bb7261 node 1 an în urmă
LICENSE 2332bb7261 node 1 an în urmă
README.md 2332bb7261 node 1 an în urmă
index.js 2332bb7261 node 1 an în urmă
package.json 2332bb7261 node 1 an în urmă

README.md

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