UNPKG

@micro-os-plus/hello-world-qemu-template

Version:

A source xPack / npm package with a template to generate semihosted Hello World projects running on QEMU

11 lines (10 loc) 292 B
import { Drop } from './drop'; export declare class BlockDrop extends Drop { private superBlockRender; constructor(superBlockRender?: () => Iterable<any>); /** * Provide parent access in child block by * {{ block.super }} */ super(): Iterable<any>; }