@amilas/array.api

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

Usage no npm install needed!

<script type="module">
  import amilasArrayApi from 'https://cdn.skypack.dev/@amilas/array.api';
</script>

README

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