UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

13 lines (12 loc) 312 B
export type ReplaceContentOption = { list?: Array<[string, string]>; from?: string; to?: string; dirList: string | string[]; }; export type ReplaceContentSimpleOption = { list?: Array<[string | RegExp, string]>; from?: string | RegExp; to?: string; dirList: string | string[]; };