lhl 7eff0e2ec0 1-9 il y a 4 mois
..
.github 7eff0e2ec0 1-9 il y a 4 mois
test 7eff0e2ec0 1-9 il y a 4 mois
.editorconfig 7eff0e2ec0 1-9 il y a 4 mois
.eslintrc 7eff0e2ec0 1-9 il y a 4 mois
.nycrc 7eff0e2ec0 1-9 il y a 4 mois
CHANGELOG.md 7eff0e2ec0 1-9 il y a 4 mois
LICENSE 7eff0e2ec0 1-9 il y a 4 mois
README.md 7eff0e2ec0 1-9 il y a 4 mois
index.js 7eff0e2ec0 1-9 il y a 4 mois
package.json 7eff0e2ec0 1-9 il y a 4 mois

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