UNPKG

@altostra/core

Version:

Core library for shared types and logic

5 lines (4 loc) 156 B
export * from "./Operators"; export * from "./It"; export * from "./Pipe"; export declare function withIndex<T>(items: Iterable<T>): Iterable<[T, number]>;