UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 97 B
/** * 全角转换为半角 */ declare function toCDB(str: string): string; export { toCDB };