不会爬树的猴 22729588bd AA 2 rokov pred
..
.github 22729588bd AA 2 rokov pred
test 22729588bd AA 2 rokov pred
.editorconfig 22729588bd AA 2 rokov pred
.eslintrc 22729588bd AA 2 rokov pred
.nycrc 22729588bd AA 2 rokov pred
CHANGELOG.md 22729588bd AA 2 rokov pred
LICENSE 22729588bd AA 2 rokov pred
README.md 22729588bd AA 2 rokov pred
index.js 22729588bd AA 2 rokov pred
package.json 22729588bd AA 2 rokov pred

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