aergia-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Aergia JS

Javascript utility functions for doing lazy computations on arrays.

Arange

import { arange } from 'aergia-js'

arange(3)
>>> [0, 1, 2]

arange(1, 4)
>>> [1, 2, 3]

arange(1, 7, 2)
>>> [1, 3, 5]

Readme

Keywords

none

Package Sidebar

Install

npm i aergia-js

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

1.25 kB

Total Files

3

Last publish

Collaborators

  • matiasmdelp