Blame view

build/typeing.d.ts 68 Bytes
vben authored
1
2
3
4
declare module '*.json' {
  const src: any;
  export default src;
}