UNPKG

macoolka-collection

Version:

`macoolka-collection` Define Data Collection Interface.

7 lines (6 loc) 270 B
import { Collection } from '../Collection'; import { URIS } from 'fp-ts/HKT'; declare function test<F extends URIS>({ from, _deleteAt, _insertAt, _getAt, difference, _setAt, slice }: Collection<F>, { immutable }: { immutable: boolean; }): void; export default test;