UNPKG
@lazy-random/df-array
Version:
latest (2.0.2)
2.0.2
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
github.com/bluelovers/ws-random/tree/master/packages/@lazy-random/df-array
bluelovers/ws-random
@lazy-random/df-array
/
src
/
index.ts
9 lines
(5 loc)
•
239 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
{ dfArrayIndex }
from
'./array-index'
export
{ dfArrayIndexOne }
from
'./array-index-one'
export
{ dfArrayShuffle }
from
'./array-shuffle'
export
{ dfArrayUnique }
from
'./array-unique'
export
{ dfArrayFill }
from
'./array-fill'