number-from-string.js 117 B

123
  1. 'use strict';
  2. // https://github.com/tc39/proposal-number-fromstring
  3. require('../modules/esnext.number.from-string');