parse-int.js 110 B

12345
  1. require('../modules/es.parse-int');
  2. var path = require('../internals/path');
  3. module.exports = path.parseInt;