UNPKG

@sudoo/marked

Version:

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

11 lines (10 loc) 245 B
/** * @author WMXPY * @namespace Variable * @description Declare */ export declare enum SCOPE_LABEL_LISTENER_TYPE { BREAK = "BREAK", CONTINUE = "CONTINUE" } export type ScopeLabelListener = (type: SCOPE_LABEL_LISTENER_TYPE) => void;