Appearance
反转字符串。
import { reverseString } from '@base-web-kits/base-tools-ts'; reverseString('abc'); // 结果: 'cba'
string (string)
(string)