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