red-coder-bh/index.d.ts

5 lines
72 B
TypeScript
Raw Normal View History

2022-04-18 20:30:47 +03:00
declare module '*.json' {
const data: any
export default data
2022-04-18 20:30:47 +03:00
}