/** * This entry point loads synchronous and asynchronous extended generators * @packageDocumentation * @module generators * @preferred */ export type { SyncType } from './types'; export * from './sync'; export * from './async'; //# sourceMappingURL=generators.d.ts.map