Files
blog-vue/public/vditor/ts/util/log.d.ts
2025-11-12 14:39:23 +08:00

2 lines
99 B
TypeScript

export declare const log: (method: string, content: string, type: string, print: boolean) => void;