0.0.1 • Published 4 years ago

@amilas/array.api v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Presentation

This package is a library for the Amilas project, it permits you to build computation models based on arrays.

Installation

This package is compatible with npm and can be installed like this:

npm install @amilas/array.api

see also:

Usage

Use the following tools to build your model, you can mix them with others libraries. Once your model is built, send it to the amilas-server with the @amilas/rest.api package

Here, the new nodes introduced by the library:

array

// TODO

toArray

// TODO

at

// TODO

reverse

// TODO

sort

// TODO

concat

// TODO

isEmpty

// TODO

size

// TODO

join

// TODO

slice

// TODO

every

// TODO

some

// TODO

firstIndexOf

// TODO

indexesOf

// TODO

lastIndexOf

// TODO

shuffle

// TODO

filter

// TODO