6c0d31738
1 2 3 4 5 6 7 8 9
declare module 'whatwg-fetch'; declare module 'react-document-title'; declare module '*.json' { const json: any; /* tslint:disable */ export default json; /* tslint:enable */ }