machineuser
version control dist & node_modules...
263e0f2
raw
history blame contribute delete
122 Bytes
export class WebGLProperties {
constructor();
get(object: any): any;
delete(object: any): void;
clear(): void;
}