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

8 lines
120 B
TypeScript
Raw Normal View History

export {};
2023-06-11 14:17:01 +00:00
declare global {
const $browser: "chromium" | "firefox";
const $dev: boolean;
const $test: boolean;
}