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
/
countOnly.d.ts
4 lines
(3 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
import
{ countInterface, countReturnInterface }
from
'./interfaces'
;
declare
const
countOnly
:
(
allItems
:
any
[],
itemsToCount
: countInterface
) =>
countReturnInterface;
export
default
countOnly;