UNPKG

macoolka-collection

Version:

`macoolka-collection` Define Data Collection Interface.

5 lines (4 loc) 257 B
import { Collection } from '../Collection'; import { URIS } from 'fp-ts/HKT'; declare function test<F extends URIS>({ from, getAt, empty, findFirstIndex, findLastIndex, findIndex, forEachIndex, existAt, _getAt, }: Collection<F>): void; export default test;