๐Ÿ“ฆ ljharb / es-array-method-boxes-properly

Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.

โ˜… 4 stars โ‘‚ 1 forks ๐Ÿ‘ 4 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/ljharb/es-array-method-boxes-properly.git
HTTPS git clone https://github.com/ljharb/es-array-method-boxes-properly.git
SSH git clone git@github.com:ljharb/es-array-method-boxes-properly.git
CLI gh repo clone ljharb/es-array-method-boxes-properly
Jordan Harband Jordan Harband [readme] replace runkit CI badge with shields.io check-runs badge 2b44a51 24 days ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ test
๐Ÿ“„ .eslintignore
๐Ÿ“„ .eslintrc
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmrc
๐Ÿ“„ .nycrc
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ index.js
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

es-array-method-boxes-properly Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Utility package to determine if an Array.prototype method properly boxes the callback's receiver and third argument.

Getting started

npm install --save es-array-method-boxes-properly

Tests

Clone the repo, npm install, and run npm test