UNPKG

184 BTypeScriptView Raw
1export class WebGLProperties {
2 constructor();
3
4 get(object: any): any;
5 remove(object: any): void;
6 update(object: any, key: any, value: any): any;
7 dispose(): void;
8}