Provides utility methods for common Array operations. Supports both Deno and Node.js runtimes.
No installation required. Simply import the module at the start of your file.
import 'https://deno.land/x/arrays/mod.ts'
For usage examples and related documentation please view the Deno Docs.
$ npm install --save ts-arrays
For usage examples and related documentation please view the Node Docs.
In order to run both the Deno and Jest suites, execute the following command from the root directory.
$ yarn test
In order to run only the Jest suite, execute the following command from the root directory.
$ yarn test:jest
In order to run only the Deno suite, execute the following command from the root directory.
$ yarn test:deno