UNPKG

calcium-js

Version:
6 lines (5 loc) 160 B
import { Runtime } from './runtime'; import { Statement } from './statement'; export interface Events { skip(next: Statement, runtime: Runtime): boolean; }