UNPKG

@types/three

Version:
8 lines (6 loc) 160 B
export class WebGLExtensions { constructor(gl: WebGLRenderingContext); has(name: string): boolean; init(): void; get(name: string): unknown; }