Lobashov_Ivan_PIBD-21_IP/Lab2/node_modules/functions-have-names
2024-01-10 22:39:31 +04:00
..
.github lab 2-5 2024-01-10 22:39:31 +04:00
test lab 2-5 2024-01-10 22:39:31 +04:00
.editorconfig lab 2-5 2024-01-10 22:39:31 +04:00
.eslintrc lab 2-5 2024-01-10 22:39:31 +04:00
.nycrc lab 2-5 2024-01-10 22:39:31 +04:00
CHANGELOG.md lab 2-5 2024-01-10 22:39:31 +04:00
index.js lab 2-5 2024-01-10 22:39:31 +04:00
LICENSE lab 2-5 2024-01-10 22:39:31 +04:00
package.json lab 2-5 2024-01-10 22:39:31 +04:00
README.md lab 2-5 2024-01-10 22:39:31 +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