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