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}
