1
Fork 0
tildes-shepherd/source/types.d.ts

9 lines
198 B
TypeScript
Raw Normal View History

2023-06-11 14:17:01 +00:00
// Export something so TypeScript doesn't see this file as an ambient module.
export {};
declare global {
const $browser: "chromium" | "firefox";
const $dev: boolean;
const $test: boolean;
}