frontend/.pnpm-store/v3/files/9c/9507e28474d4204f55510f6022c2565346fe1968de5d92d89cd0576a0e60c136df0a78594d6d678247212a06cfb3af0ad42db4ffe2c846f18fa2f6f634aadf

3 lines
135 B
Plaintext

declare function isIterable(value: any, options?: { allowString?: boolean, denyEmpty?: boolean }): boolean;
export default isIterable;