UNPKG

@extra-array/from

Version:
9 lines (8 loc) 198 B
declare module "@extra-array/from" { /** * Converts iterable to array. * @param x an iterable */ declare function from<T>(x: Iterable<T>): T[]; export = from; //# sourceMappingURL=from.d.ts.map}