Current section

Files

Jump to
spellweaver priv bun node_modules gensequence dist index.d.ts
Raw

priv/bun/node_modules/gensequence/dist/index.d.ts

export * from './GenSequence.js';
export * from './AsyncGenSequence.js';
export { Sequence, LazyIterable, IterableLike, SequenceBuilder } from './types.js';
export * from './builder.js';
import * as _operators from './operators/index.js';
export declare const operators: typeof _operators;