Current section

Files

Jump to
gossamer src gossamer iterator.type.ts
Raw

src/gossamer/iterator.type.ts

export type Iterator$<T, TReturn, TNext> = Iterator<T, TReturn, TNext>;