scramjet / src /symbols.ts
soiz1's picture
Upload 150 files
bee6636 verified
raw
history blame contribute delete
230 Bytes
// see types.d.ts for what these mean
export const SCRAMJETCLIENTNAME = "scramjet client global";
export const SCRAMJETCLIENT = Symbol.for(SCRAMJETCLIENTNAME);
export const SCRAMJETFRAME = Symbol.for("scramjet frame handle");