nest-app-ota/node_modules/.pnpm/iterare@1.2.1/node_modules/iterare/lib/utils.d.ts
2025-11-11 16:34:27 +08:00

4 lines
286 B
TypeScript

export declare function isIterator(candidate: any): candidate is Iterator<any>;
export declare function isIterable(candidate: any): candidate is Iterable<any>;
export declare function toIterator<T>(collection: Iterator<T> | Iterable<T>): Iterator<T>;
//# sourceMappingURL=utils.d.ts.map