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
    25,806,083
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.3
    25,806,083
  • 1.2.2
    1,263,022
  • 1.2.1
    446,744
  • 1.2.0
    107,002
  • 1.1.1
    47,350
  • 1.1.0
    9
  • 1.0.0
    9

Package Sidebar

Install

npm i functions-have-names

Weekly Downloads

25,445,120

Version

1.2.3

License

MIT

Unpacked Size

16.7 kB

Total Files

10

Last publish

Collaborators

  • ljharb