mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Fix TS2.0 compile error in amazon-product-api
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
declare var console: { log(s: string): void };
|
||||
declare var process: { env: { [key: string]: string } };
|
||||
declare var process: { env: any };
|
||||
|
||||
import amazon = require('amazon-product-api');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user