OldUMD and many other module fixes.

This commit is contained in:
Raghav Katyal
2016-05-23 15:17:06 -07:00
parent fb9c384720
commit c17b1b78b8
328 changed files with 12184 additions and 12442 deletions

6
java/index.d.ts vendored
View File

@@ -8,10 +8,8 @@
// This is the core API exposed by https://github.com/joeferner/java.
// To get the full power of Typescript with Java, see https://github.com/RedSeal-co/ts-java.
declare module 'java' {
var NodeJavaCore: NodeJavaCore.NodeAPI;
export = NodeJavaCore;
}
declare var NodeJavaCore: NodeJavaCore.NodeAPI;
export = NodeJavaCore;
declare namespace NodeJavaCore {
export interface Callback<T> {