TenantAtlas/apps/platform/.pnpm-store/v10/files/7a/dd39cf3aa4178b1a84e65866559bc48b5426dcfe260fac888ccbe4df0b5e66babc3c201c8298d9a2c6b57b9d270b8ca4efaa3bea5e4052ce060ccff26d809e
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

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