UNPKG

tmaito-utils

Version:

utils 工具包

2 lines (1 loc) 97 B
export default function mask(str: string, start?: number, len?: number, _mask?: string): string;