machineuser
version control dist & node_modules...
263e0f2
raw
history blame contribute delete
102 Bytes
export class WebGLExtensions {
constructor(gl: WebGLRenderingContext);
get(name: string): any;
}