functions-have-names
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/functions-have-names package

1.2.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.3
    27,118,030
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.3
    27,118,030
  • 1.2.2
    846,827
  • 1.2.1
    191,458
  • 1.2.0
    38,261
  • 1.1.1
    23,517
  • 1.1.0
    87
  • 1.0.0
    87

Package Sidebar

Install

npm i functions-have-names

Weekly Downloads

23,618,009

Version

1.2.3

License

MIT

Unpacked Size

16.7 kB

Total Files

10

Last publish

Collaborators

  • ljharb