UNPKG

macoolka-collection

Version:

`macoolka-collection` Define Data Collection Interface.

5 lines (4 loc) 304 B
import { Collection } from '../Collection'; import { URIS } from 'fp-ts/HKT'; declare function test<F extends URIS>({ from, getAt, empty, toArray, cons, snoc, deleteAt, insertAt, updateAt, setAt, _setAt, _deleteAt, _insertAt, _getAt, deleteWith, updateWith, }: Collection<F>): void; export default test;