mcopy/src/globals.d.ts

10 lines
209 B
TypeScript
Raw Normal View History

declare module 'delay';
declare module 'log';
declare module 'intval';
declare module 'electron';
interface Arduino {
send (id : string, cmd : string) : number;
string (id : string, str : string) : any;
}