UNPKG

@luma.gl/core

Version:

The luma.gl core Device API

3 lines 186 B
import { UniformValue } from "../adapter/types/uniforms.js"; export declare function isUniformValue(value: unknown): value is UniformValue; //# sourceMappingURL=is-uniform-value.d.ts.map