UNPKG

@thi.ng/shader-ast

Version:

DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets

4 lines 249 B
import type { Assign, Term } from "../api/nodes.js"; import type { Assignable, Type } from "../api/types.js"; export declare const assign: <L extends Type, R extends L>(l: Assignable<L>, r: Term<R>) => Assign<L>; //# sourceMappingURL=assign.d.ts.map