UNPKG

@sudoo/marked

Version:

JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous

9 lines (8 loc) 330 B
/** * @author WMXPY * @namespace Debug * @description Declare */ import { MarkedDebugFlowController } from "./flow-controller"; import { MarkedDebugSnapshot } from "./snapshot/snapshot"; export type DebugInterceptorListener = (snapshot: MarkedDebugSnapshot, flowController: MarkedDebugFlowController) => void | Promise<void>;