g6/global.d.ts

8 lines
116 B
TypeScript
Raw Normal View History

2019-12-05 19:49:11 +08:00
declare module '*.json' {
export const version: string;
2020-01-06 19:12:27 +08:00
export const value: any
2019-12-05 19:49:11 +08:00
}
2019-12-17 02:05:44 +08:00
declare module 'numericjs';