From a4ce14baeb1cd1ca5113f834a0a4ac98e33a65ad Mon Sep 17 00:00:00 2001 From: skyitachi Date: Thu, 13 Jul 2017 00:49:45 +0800 Subject: [PATCH] fix: add typescript version --- types/js-to-java/index.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;