UNPKG

@jinming6/ming-tool

Version:
12 lines (11 loc) 403 B
import { type FmtAddressStrOptions } from '../models/string/string.interfaces'; export declare const DefaultReplaceStr = "--"; export declare const DefaultSplitStr = ","; /** * 空值替换 */ export declare function replaceEmpty(str?: unknown, replaceStr?: string): unknown; /** * 格式化地址字符串 */ export declare function fmtAddressStr(options: FmtAddressStrOptions): string | string[];