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

6 lines (5 loc) 148 B
import { Emitter } from './emitter'; export declare class SimpleEmitter implements Emitter { buffer: string; write(html: any): void; }