functions-have-names

v1.2.3
Does this JS environment support the `name` property on functions?
function name es5 names functions ie

prepublish

not-in-publish || npm run prepublishOnly

prepublishOnly

safe-publish-latest

version

auto-changelog && git add CHANGELOG.md

postversion

auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f "v$(node -e "console.log(require('./package.json').version)")"

lint

eslint --ext=js,mjs .

pretest

npm run lint

tests-only

nyc tape 'test/**/*.js'

test

npm run tests-only

posttest

aud --production
npm i functions-have-names

Metadata

  • MIT
  • Whatever
  • Jordan Harband
  • released 4/19/2022

Downloads

Maintainers