UNPKG
@snyk/fast-glob
Version:
latest (3.2.6-patch)
3.2.6-patch
It's a very fast and efficient glob library for Node.js
github.com/mrmlnc/fast-glob
mrmlnc/fast-glob
@snyk/fast-glob
/
out
/
utils
/
array.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
export declare
function
flatten
<
T
>
(
items
:
T
[
]
[
]
)
:
T
[
]
; export declare
function
splitWhen
<
T
>
(
items
:
T
[
]
,
predicate
:
(
item
:
T
)
=
>
boolean
)
:
T
[
]
[
]
;