UNPKG

@sprit/console-tag

Version:
6 lines (5 loc) 193 B
import { IOption } from "./interface"; /** 插件名 */ export declare const PLUGIN_NAME = "console-tag-plugin"; /** 默认配置 */ export declare const DEFAULT_OPTION: Partial<IOption>;