UNPKG

@extra-array/from-update.min

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