get-func-name

v3.0.0
Utility for getting a function's name for node and the browser
get-func-name chai util

lint

eslint --ignore-path .gitignore .

semantic-release

semantic-release pre && npm publish && semantic-release post

pretest

npm run lint

test

npm run test:node && npm run test:browser && npm run upload-coverage

test:browser

karma start karma.conf.cjs --singleRun=true

test:node

istanbul cover _mocha

upload-coverage

lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0
npm i get-func-name

Metadata

  • MIT
  • >= 12
  • Jake Luer
  • released 9/26/2023

Downloads