mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix: add typescript version
This commit is contained in:
parent
e5dceaab3e
commit
a4ce14baeb
5
types/js-to-java/index.d.ts
vendored
5
types/js-to-java/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user