mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
3 lines
172 B
TypeScript
3 lines
172 B
TypeScript
// see types.d.ts for what these mean
|
|
export const SCRAMJETCLIENT = Symbol.for("scramjet client global");
|
|
export const SCRAMJETFRAME = Symbol.for("scramjet frame handle");
|