3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
import { TickDebug, OrbitDemo } from "./debug/tick";
|
|
|
|
Object.assign(globalThis, { TickDebug, OrbitDemo });
|