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

4 lines (3 loc) 151 B
import type Settings from '../settings'; import type { Stats } from '../types'; export declare function read(path: string, settings: Settings): Stats;