UNPKG

@virtualstate/examples

Version:
8 lines 270 B
import { h } from "@virtualstate/fringe"; function* Component() { yield "💥"; yield h(Component, null); } export const _205_LoopGeneratorFunction = h(Component, null); export const _205_URL = import.meta.url; //# sourceMappingURL=loop-generator-function.js.map