diff --git a/types/js-to-java/index.d.ts b/types/js-to-java/index.d.ts index 782faf65e1..ae5ef18aa5 100644 --- a/types/js-to-java/index.d.ts +++ b/types/js-to-java/index.d.ts @@ -2,11 +2,8 @@ // Project: https://github.com/node-modules/js-to-java // Definitions by: skyitachi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.3 -/*~ If this module is a UMD module that exposes a global variable 'myLib' when - *~ loaded outside a module loader environment, declare that global here. - *~ Otherwise, delete this declaration. - */ interface Currency { currencyCode: string; [k: string]: any;