Number.fromString

Specification: proposal-number-fromstring

Module

esnext.number.from-string

class Number {
  fromString(string: string, radix: number): number;
}

CommonJS entry points

core-js/proposals/number-from-string
core-js(-pure)/full/number/from-string