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}
