UNPKG
cpt-waffle-lotide
Version:
latest (1.0.0)
1.0.0
LoTide in Typescript
github.com/vasiliy-klimkin/lotide-ts
vasiliy-klimkin/lotide-ts
cpt-waffle-lotide
/
src
/
without.d.ts
3 lines
(2 loc)
•
95 B
TypeScript
View Raw
1
2
3
declare
const
without
:
(
source
:
any
[],
itemsToRemove
:
any
[]
) =>
any
[];
export
default
without;