学习?学个屁 06c63c15cc 初始化提交 пре 3 недеља
..
.github 06c63c15cc 初始化提交 пре 3 недеља
test 06c63c15cc 初始化提交 пре 3 недеља
.editorconfig 06c63c15cc 初始化提交 пре 3 недеља
.eslintrc 06c63c15cc 初始化提交 пре 3 недеља
.nycrc 06c63c15cc 初始化提交 пре 3 недеља
CHANGELOG.md 06c63c15cc 初始化提交 пре 3 недеља
LICENSE 06c63c15cc 初始化提交 пре 3 недеља
README.md 06c63c15cc 初始化提交 пре 3 недеља
index.js 06c63c15cc 初始化提交 пре 3 недеља
package.json 06c63c15cc 初始化提交 пре 3 недеља

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