UNPKG

@daysnap/utils

Version:
8 lines (6 loc) 154 B
/** * 身份证号码加 * * 430421202312121234 => 430421********1234 */ declare function filterIdCard(val: string): string; export { filterIdCard };