mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 19:49:27 +00:00
9 lines
163 B
TypeScript
9 lines
163 B
TypeScript
/* SystemJS module definition */
|
|
declare const nodeModule: NodeModule;
|
|
interface NodeModule {
|
|
id: string;
|
|
}
|
|
interface Window {
|
|
process: any;
|
|
require: any;
|
|
}
|