UNPKG

koconut

Version:

Provide interchainable array, set, map and etc supporting both normal and async callbacks as their action arguments.

4 lines (3 loc) 85 B
export interface KoconutYieldable<DataType> { yield(): Promise<DataType | null>; }