Number.fromString
小于 1 分钟
Number.fromString
模块
类型
interface Number {
fromString(string: string, radix: number): number;
}
入口点
core-js/proposals/number-from-string
core-js(-pure)/full/number/from-string
Number.fromString
interface Number {
fromString(string: string, radix: number): number;
}
core-js/proposals/number-from-string
core-js(-pure)/full/number/from-string