Add global typescript d file to prevent compiler errors. It's a hack, yeah, yeah.
This commit is contained in:
parent
cf7664fb2a
commit
746f0e2753
|
@ -0,0 +1,9 @@
|
|||
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;
|
||||
}
|
Loading…
Reference in New Issue