PIbd-21_Zhirnova_A._E._Inte.../Laba3/node_modules/functions-have-names
2023-12-06 18:38:53 +03:00
..
.github Lab3 2023-12-06 18:38:53 +03:00
test Lab3 2023-12-06 18:38:53 +03:00
.editorconfig Lab3 2023-12-06 18:38:53 +03:00
.eslintrc Lab3 2023-12-06 18:38:53 +03:00
.nycrc Lab3 2023-12-06 18:38:53 +03:00
CHANGELOG.md Lab3 2023-12-06 18:38:53 +03:00
index.js Lab3 2023-12-06 18:38:53 +03:00
LICENSE Lab3 2023-12-06 18:38:53 +03:00
package.json Lab3 2023-12-06 18:38:53 +03:00
README.md Lab3 2023-12-06 18:38:53 +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