UNPKG

@virtualstate/examples

Version:
8 lines 249 B
import { h } from "@virtualstate/fringe"; function* Component() { yield "🔑"; yield "🐸"; } export const _203_GeneratorFunction = h(Component, null); export const _203_URL = import.meta.url; //# sourceMappingURL=generator-function.js.map