Files
PIbd-23_Baryshev_D.A._Inter…/node_modules/functions-have-names
..
2025-05-17 00:33:25 +04:00
2025-05-17 00:33:25 +04:00
2025-05-17 00:33:25 +04:00
2025-05-17 00:33:25 +04:00
2025-05-17 00:33:25 +04:00
2025-05-17 00:33:25 +04:00
2025-05-17 00:33:25 +04:00
2025-05-17 00:33:25 +04:00
2025-05-17 00:33:25 +04:00
2025-05-17 00:33:25 +04: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