UNPKG

@thi.ng/arrays

Version:

Array / Arraylike utilities

8 lines 221 B
/** * Attempts to obtain an iterator from `x` and throws error if `x` is * not iterable. * * @param x - */ export declare const ensureIterable: (x: any) => Iterable<any>; //# sourceMappingURL=ensure-iterable.d.ts.map