frontend/.pnpm-store/v3/files/7a/dd39cf3aa4178b1a84e65866559bc48b5426dcfe260fac888ccbe4df0b5e66babc3c201c8298d9a2c6b57b9d270b8ca4efaa3bea5e4052ce060ccff26d809e

3 lines
160 B
Plaintext

/** Identifies an input as being an Iterable */
export declare function isIterable(input: any): input is Iterable<any>;
//# sourceMappingURL=isIterable.d.ts.map