UNPKG

microvium

Version:

A compact, embeddable scripting engine for microcontrollers for executing small scripts written in a subset of JavaScript.

17 lines (16 loc) 385 B
export declare const decodeSnapshotTestFilenames: { "decode-snapshot": { snapshotToSave: { output: string; expected: string; }; snapshotLoaded: { output: string; expected: string; }; disassembly: { output: string; expected: string; }; }; };