codeMan f03f940133 2023-6-20 il y a 2 ans
..
.github f03f940133 2023-6-20 il y a 2 ans
test f03f940133 2023-6-20 il y a 2 ans
.editorconfig f03f940133 2023-6-20 il y a 2 ans
.eslintrc f03f940133 2023-6-20 il y a 2 ans
.nycrc f03f940133 2023-6-20 il y a 2 ans
CHANGELOG.md f03f940133 2023-6-20 il y a 2 ans
LICENSE f03f940133 2023-6-20 il y a 2 ans
README.md f03f940133 2023-6-20 il y a 2 ans
index.js f03f940133 2023-6-20 il y a 2 ans
package.json f03f940133 2023-6-20 il y a 2 ans

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