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) 182 B
import { Context } from '../context/context'; export declare function isTruthy(val: any, ctx: Context): boolean; export declare function isFalsy(val: any, ctx: Context): boolean;