chore: cleanup

This commit is contained in:
Percs 2024-10-30 10:19:43 -05:00
parent 8400ba6d5d
commit 13e55efa83
2 changed files with 0 additions and 9 deletions

View file

@ -18,14 +18,6 @@ import { createWrapFn } from "./shared/wrap";
import { NavigateEvent } from "./events";
import type { URLMeta } from "../shared/rewriters/url";
declare global {
interface Window {
$s: any;
$tryset: any;
$sImport: any;
}
}
//eslint-disable-next-line
export type AnyFunction = Function;