Current section

Files

Jump to
spellweaver priv bun node_modules gensequence dist AsyncGenSequence.js
Raw

priv/bun/node_modules/gensequence/dist/AsyncGenSequence.js

import { ImplAsyncSequence } from './ImplAsyncSequence.js';
export function asyncGenSequence(i) {
return new ImplAsyncSequence(i);
}
//# sourceMappingURL=AsyncGenSequence.js.map