-
Trevor Farlow authored
Switch to TS version of `no-unused-vars` rule.
Trevor Farlow authoredSwitch to TS version of `no-unused-vars` rule.
window.d.ts 225 B
export {};
declare global {
interface Window {
Actual?: {
IS_FAKE_WEB: boolean;
ACTUAL_VERSION: string;
};
__history?: {
location;
push(url: string, opts?: unknown): void;
};
}
}