1.0.21 • Published 4 years ago

ts-arrays v1.0.21

Weekly downloads
18
License
MIT
Repository
github
Last release
4 years ago

Arrays

CI ES2019 ES2020

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

Deno

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.

Node.js

$ npm install --save ts-arrays

For usage examples 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.

$ yarn test

Jest

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

$ yarn test:jest

Deno

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

$ yarn test:deno

License

MIT

1.0.19

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.10

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago