Skip to main content

Number.fromString

Less than 1 minutefeaturees-proposalmissing-example

Number.fromStringopen in new window

Module

esnext.number.from-stringopen in new window

Types

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

Entry points

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