UNPKG

@awayjs/stage

Version:
9 lines 220 B
import { Destination } from '../aglsl/Destination'; export declare class Token { dest: Destination; opcode: number; a: Destination; b: Destination; constructor(); } //# sourceMappingURL=Token.d.ts.map