UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 98 B
/** * 过滤姓名 */ declare function filterName(val: string): string; export { filterName };