UNPKG

@daysnap/utils

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