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

7
diff/index.d.ts vendored
View File

@@ -3,6 +3,9 @@
// Definitions by: vvakame <https://github.com/vvakame/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = JsDiff;
export as namespace JsDiff;
declare namespace JsDiff {
interface IDiffResult {
value: string;
@@ -54,7 +57,3 @@ declare namespace JsDiff {
function convertChangesToDMP(changes:IDiffResult[]):{0: number; 1:string;}[];
}
declare module "diff" {
export = JsDiff;
}