mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-22 23:45:02 +00:00
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
![]() |
declare interface ImportMeta {
|
||
|
compileTime: <T>(file: string) => T
|
||
|
}
|