Number.fromString
Less than 1 minute
Number.fromString
Module
Types
interface Number {
fromString(string: string, radix: number): number;
}
Entry points
core-js/proposals/number-from-string
core-js(-pure)/full/number/from-string