mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:09:31 +08:00
3 lines
No EOL
172 B
Text
3 lines
No EOL
172 B
Text
declare const typescriptVersionIsAtLeast: Record<"3.7" | "3.8" | "3.9" | "4.0", boolean>;
|
|
export { typescriptVersionIsAtLeast };
|
|
//# sourceMappingURL=version-check.d.ts.map |