Skip to main content

Arrays

ES2019 ES2020

Provides utility methods for common Array operations. Supports both Deno and Node.js runtimes.

Deno

For usage examples in Deno and related documentation please view the Deno Docs.

Node.js

For usage examples in Node.js and related documentation please view the Node Docs.


Running Tests

In order to run both the Deno and Jest suites, execute the following command from the root directory.

foo@bar:~$ yarn test

Jest

In order to run only the Jest suite, execute the following command from the root directory.

foo@bar:~$ yarn test:jest

Deno

In order to run only the Deno suite, execute the following command from the root directory.

foo@bar:~$ yarn test:deno

License

MIT