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