UNPKG

macoolka-collection

Version:

`macoolka-collection` Define Data Collection Interface.

5 lines (4 loc) 284 B
import { Collection } from '../Collection'; import { URIS } from 'fp-ts/HKT'; declare function test<F extends URIS>({ from, size, getiterator, reverse, isEmpty, findFirst, empty, findFirstMap, findLast, findLastMap, first, last, forEach, }: Collection<F>): void; export default test;