mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
declare interface ImportMeta {
|
|
compileTime: <T>(file: string) => T
|
|
} |