Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WebGLUniformLocation

Part of the WebGL API and represents the location of a uniform variable in a shader program.

interface WebGLUniformLocation {}
var WebGLUniformLocation: {};