UNPKG

wgsl_reflect

Version:
8 lines (7 loc) 188 B
import { StackFrame } from "./stack_frame.js"; export declare class ExecStack { states: StackFrame[]; get isEmpty(): boolean; get last(): StackFrame | null; pop(): void; }