stupa-pdf-api/frontend/node_modules/functions-have-names
2025-09-01 01:50:35 +02:00
..
.github Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
test Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
.editorconfig Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
.eslintrc Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
.nycrc Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
CHANGELOG.md Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
index.js Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
LICENSE Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
package.json Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
README.md Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00

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