不会爬树的猴 22729588bd AA 2 ani în urmă
..
.github 22729588bd AA 2 ani în urmă
test 22729588bd AA 2 ani în urmă
.editorconfig 22729588bd AA 2 ani în urmă
.eslintrc 22729588bd AA 2 ani în urmă
.nycrc 22729588bd AA 2 ani în urmă
CHANGELOG.md 22729588bd AA 2 ani în urmă
LICENSE 22729588bd AA 2 ani în urmă
README.md 22729588bd AA 2 ani în urmă
index.js 22729588bd AA 2 ani în urmă
package.json 22729588bd AA 2 ani î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