mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 16:10:02 -04:00
start client api
This commit is contained in:
parent
9f2ad08edf
commit
7433e0a7ff
7 changed files with 131 additions and 10 deletions
|
@ -0,0 +1,8 @@
|
|||
import "./location";
|
||||
import "./storage";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__location: Location;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue