Appearance
移除字符串中的变音符号。
import { deburr } from '@base-web-kits/base-tools-ts'; deburr('déjà vu'); // 结果: 'deja vu'
string (string)
(string)