codeMan f03f940133 2023-6-20 2 vuotta sitten
..
.github f03f940133 2023-6-20 2 vuotta sitten
test f03f940133 2023-6-20 2 vuotta sitten
.editorconfig f03f940133 2023-6-20 2 vuotta sitten
.eslintrc f03f940133 2023-6-20 2 vuotta sitten
.nycrc f03f940133 2023-6-20 2 vuotta sitten
CHANGELOG.md f03f940133 2023-6-20 2 vuotta sitten
LICENSE f03f940133 2023-6-20 2 vuotta sitten
README.md f03f940133 2023-6-20 2 vuotta sitten
index.js f03f940133 2023-6-20 2 vuotta sitten
package.json f03f940133 2023-6-20 2 vuotta sitten

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