UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

8 lines (7 loc) 149 B
export class Version { globalId: number; revision: number; equals(other: any): boolean; copy(other: any): void; reset(): void; }