不会爬树的猴 22729588bd AA 2 سال پیش
..
.github 22729588bd AA 2 سال پیش
test 22729588bd AA 2 سال پیش
.editorconfig 22729588bd AA 2 سال پیش
.eslintrc 22729588bd AA 2 سال پیش
.nycrc 22729588bd AA 2 سال پیش
CHANGELOG.md 22729588bd AA 2 سال پیش
LICENSE 22729588bd AA 2 سال پیش
README.md 22729588bd AA 2 سال پیش
index.js 22729588bd AA 2 سال پیش
package.json 22729588bd AA 2 سال پیش

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