julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
122 Bytes
export class WebGLProperties {
constructor();
get(object: any): any;
delete(object: any): void;
clear(): void;
}