fix: add typescript version

This commit is contained in:
skyitachi 2017-07-13 00:49:45 +08:00
parent e5dceaab3e
commit a4ce14baeb

View File

@ -2,11 +2,8 @@
// Project: https://github.com/node-modules/js-to-java
// Definitions by: skyitachi <https://github.com/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;