mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
System to handle IPC communication
This commit is contained in:
13
src/typings.d.ts
vendored
Normal file
13
src/typings.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/* SystemJS module definition */
|
||||
declare var nodeModule: NodeModule
|
||||
interface NodeModule {
|
||||
id: string
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
declare var window: Window
|
||||
interface Window {
|
||||
process: any
|
||||
require: any
|
||||
jQuery: any
|
||||
}
|
||||
Reference in New Issue
Block a user