UNPKG

calcium-js

Version:
11 lines (10 loc) 175 B
/** * The result of `Runtime`'s methods. */ export declare enum Status { AtBreakpoint = 0, Paused = 1, Running = 2, Terminated = 3, UnhandledError = 4 }