https://github.com/ljharb/es-array-method-boxes-properly
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
https://github.com/ljharb/es-array-method-boxes-properly
Last synced: 3 months ago
JSON representation
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
- Host: GitHub
- URL: https://github.com/ljharb/es-array-method-boxes-properly
- Owner: ljharb
- License: mit
- Created: 2019-09-28T06:44:28.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T06:50:05.000Z (about 2 years ago)
- Last Synced: 2025-06-05T00:31:11.007Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# es-array-method-boxes-properly [![Version Badge][npm-version-svg]][package-url]
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![dependency status][deps-svg]][deps-url]
[![dev dependency status][dev-deps-svg]][dev-deps-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url][![npm badge][npm-badge-png]][package-url]
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
## Getting started
```sh
npm install --save es-array-method-boxes-properly
```## Tests
Clone the repo, `npm install`, and run `npm test`
[package-url]: https://npmjs.org/package/es-array-method-boxes-properly
[npm-version-svg]: https://versionbadg.es/ljharb/es-array-method-boxes-properly.svg
[deps-svg]: https://david-dm.org/ljharb/es-array-method-boxes-properly.svg
[deps-url]: https://david-dm.org/ljharb/es-array-method-boxes-properly
[dev-deps-svg]: https://david-dm.org/ljharb/es-array-method-boxes-properly/dev-status.svg
[dev-deps-url]: https://david-dm.org/ljharb/es-array-method-boxes-properly#info=devDependencies
[npm-badge-png]: https://nodei.co/npm/es-array-method-boxes-properly.png?downloads=true&stars=true
[license-image]: https://img.shields.io/npm/l/es-array-method-boxes-properly.svg
[license-url]: LICENSE
[downloads-image]: https://img.shields.io/npm/dm/es-array-method-boxes-properly.svg
[downloads-url]: https://npm-stat.com/charts.html?package=es-array-method-boxes-properly
[codecov-image]: https://codecov.io/gh/ljharb/es-array-method-boxes-properly/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/ljharb/es-array-method-boxes-properly/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/es-array-method-boxes-properly
[actions-url]: https://github.com/ljharb/es-array-method-boxes-properly/actions