4 lines
No EOL
70 B
TypeScript
4 lines
No EOL
70 B
TypeScript
declare module "*.json"{
|
|
const value: any;
|
|
export default value;
|
|
} |