UNPKG

jc-marked

Version:

Markdown AST (Abstract syntax tree) parser based on finite-state machine (FSM).

5 lines (4 loc) 233 B
declare const noop: (...params: any) => void; declare const pass: (param?: string) => void; declare function exceptStringToRun(input: any, func: (...args: any) => any, ...args: any[]): any; export { noop, pass, exceptStringToRun, };