- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
4 lines
286 B
TypeScript
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
|