UNPKG

unplugin-keep-polite

Version:
17 lines (13 loc) 408 B
import * as _unplugin from 'unplugin'; interface Options { verbose?: boolean; autoReplace: boolean; replacer: string | ((line: string) => string); customDict?: string[] | { path: string; }; extraDict?: string[]; } type GeneralOptions = Partial<Options> | undefined; declare const unplugin: _unplugin.UnpluginInstance<GeneralOptions, false>; export { unplugin as default };