UNPKG

vditor

Version:

♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生

7 lines (6 loc) 192 B
export const log = (method: string, content: string, type: string, print: boolean) => { if (print) { // @ts-ignore console.log(`${method} - ${type}: ${content}`); } };