UNPKG

123 BTypeScriptView Raw
1declare module '*.json' {
2 const json: any;
3 /* tslint:disable */
4 export default json;
5 /* tslint:enable */
6}