scramjet/src/client/index.ts
2024-05-27 17:11:45 -04:00

8 lines
No EOL
119 B
TypeScript

import "./location";
import "./storage";
declare global {
interface Window {
__location: Location;
}
}