array.prototype.find

v2.2.3
Array.prototype.find ES6 polyfill.
Array.prototype.find find es6 ecmascript 6 polyfill

prepack

npmignore --auto --commentLines=autogenerated

prepublishOnly

safe-publish-latest

prepublish

not-in-publish || npm run prepublishOnly

lint

eslint --ext=js,mjs .

postlint

es-shim-api --bound

pretest

npm run lint

tests-only

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

test

npm run tests-only

posttest

aud --production

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)")"
npm i array.prototype.find

Metadata

  • MIT
  • >= 0.4
  • Paul Miller
  • released 3/19/2024

Downloads