3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
|
|
declare interface ImportMeta {
|
||
|
|
compileTime: <T>(file: string) => T
|
||
|
|
}
|