htc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
..
.github 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
test 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
.editorconfig 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
.eslintrc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
.nycrc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
CHANGELOG.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
LICENSE 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
README.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
index.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
package.json 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa

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