1
Fork 0
href-plus/source/ts/types.d.ts

9 lines
231 B
TypeScript
Raw Normal View History

2021-12-30 22:40:57 +00:00
// Fixes TypeScript thinking this isn't a correct module.
export {};
declare global {
// These are created in `vite.config.ts` and inserted by Vite at build time.
const blinkCommitHash: string;
const blinkVersion: string;
2021-12-30 22:40:57 +00:00
}