Appearance
string 类型转为 number 类型
import { safeParseInt } from '@kanjianmusic/fn'; safeParseInt('100'); // 100 safeParseInt('', '-'); // '-'