import { mo } from 'moroutine'; export const gen = mo(import.meta, async function* () { yield 1; yield 2; });