microvium
Version:
A compact, embeddable scripting engine for microcontrollers for executing small scripts written in a subset of JavaScript.
33 lines (32 loc) • 664 B
TypeScript
export declare const binaryRegionFilenames: {
empty: {
binary: {
output: string;
expected: string;
};
html: {
output: string;
expected: string;
};
};
basic: {
binary: {
output: string;
expected: string;
};
html: {
output: string;
expected: string;
};
};
placeholders: {
binary: {
output: string;
expected: string;
};
html: {
output: string;
expected: string;
};
};
};