UNPKG
@kitmi/utils
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A JavaScript utility library for both server and browser
github.com/kitmi/jacaranda
kitmi/jacaranda
@kitmi/utils
/
src
/
array.js
6 lines
(5 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
export
{
default
as
insertBetween }
from
'./insertBetween'
;
export
{
default
as
zipAndFlat }
from
'./zipAndFlat'
;
export
{
default
as
arrayToObject }
from
'./arrayToObject'
;
export
{
default
as
arrayToCsv }
from
'./arrayToCsv'
;
export
*
from
'./arrayImmutable'
;