An open API service indexing awesome lists of open source software.

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.

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