2023-04-24 10:02:27 +00:00
|
|
|
// Export something so TypeScript doesn't see this file as an ambient module.
|
|
|
|
export {};
|
2020-11-26 17:31:13 +00:00
|
|
|
|
|
|
|
declare global {
|
2023-04-24 10:02:27 +00:00
|
|
|
const $browser: "chromium" | "firefox";
|
2023-04-05 10:19:41 +00:00
|
|
|
const $dev: boolean;
|
|
|
|
const $test: boolean;
|
2021-09-01 10:46:29 +00:00
|
|
|
}
|