UNPKG
@bemedev/core
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.2
0.0.1
The core library of @bemedev
github.com/chlbri/core
chlbri/core
@bemedev/core
/
lib
/
features
/
arrays
/
castings
/
exclude.d.ts
4 lines
•
247 B
TypeScript
View Raw
1
2
3
4
import type { ExcludeArray }
from
'../../../globals/types'
;
declare
const
fn
: <
const
T
extends
any[],
const
Ex
extends
T[number][]>(
array
: T, ...excludes: Ex) => ExcludeArray<T, Ex[number]>; export
default
fn
;
//# sourceMappingURL=exclude.d.ts.map