Number.fromString
Specification: proposal-number-fromstring
Module
class Number {
fromString(string: string, radix: number): number;
}
CommonJS entry points
core-js/proposals/number-from-string
core-js(-pure)/full/number/from-string
Specification: proposal-number-fromstring
class Number {
fromString(string: string, radix: number): number;
}
core-js/proposals/number-from-string
core-js(-pure)/full/number/from-string