root 3bf41bf355 update 1 năm trước cách đây
..
.github 3bf41bf355 update 1 năm trước cách đây
test 3bf41bf355 update 1 năm trước cách đây
.editorconfig 3bf41bf355 update 1 năm trước cách đây
.eslintrc 3bf41bf355 update 1 năm trước cách đây
.nycrc 3bf41bf355 update 1 năm trước cách đây
CHANGELOG.md 3bf41bf355 update 1 năm trước cách đây
LICENSE 3bf41bf355 update 1 năm trước cách đây
README.md 3bf41bf355 update 1 năm trước cách đây
index.js 3bf41bf355 update 1 năm trước cách đây
package.json 3bf41bf355 update 1 năm trước cách đây

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