UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 107 B
/** * 校验是否是身份证 */ declare function isIdCard(val: string): boolean; export { isIdCard };