UNPKG

@extra-array/from-update

Version:
9 lines (8 loc) 229 B
declare module "@extra-array/from-update" { /** * 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}