coresyncreact1/node_modules/functions-have-names
2025-08-05 00:16:33 +03:00
..
.github C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03:00
test C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03:00
.editorconfig C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03:00
.eslintrc C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03:00
.nycrc C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03:00
CHANGELOG.md C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03:00
index.js C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03:00
LICENSE C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03:00
package.json C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03:00
README.md C:\Users\MSI\Desktop\frontend\coresync-react 2025-08-05 00:16:33 +03: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