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

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