UNPKG

geninq

Version:

A JavaScript version of the Linq library for Generators

6 lines (5 loc) 162 B
/** * Builds an empty generator with the specified type. * @returns An empty generator or specified type. */ export declare function Empty<T>(): Generator<T>;