add mainloop.js export

This commit is contained in:
Jonny Taylor
2017-06-18 21:07:12 +01:00
parent 8aff840533
commit bcc73a6700
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
// Definitions by: Isaac Sukin <http://isaacsukin.com>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module 'mainloop.js' {
export default MainLoop;
}
/**
* Interface for the MainLoop.js global.
*

View File

@@ -20,4 +20,4 @@
"index.d.ts",
"mainloop.js-tests.ts"
]
}
}