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

11 lines
249 B
TypeScript

// Fixes TypeScript thinking this isn't a correct module.
export {};
declare global {
interface Window {
// These are created in `vite.config.ts` and defined by Vite at build time.
blinkCommitHash: string;
blinkVersion: string;
}
}