3 lines
72 B
TypeScript
Raw Permalink Normal View History

declare interface ImportMeta {
compileTime: <T>(file: string) => T
}