UNPKG

macoolka-collection

Version:

`macoolka-collection` Define Data Collection Interface.

5 lines (4 loc) 227 B
import { ConstructorCollection } from '../Constructor'; import { URIS } from 'fp-ts/HKT'; declare function test<F extends URIS>({ makeBy, makeByRange, makeByRepeat, from }: ConstructorCollection<F>): void; export default test;