UNPKG

number.parseint

Version:

An ES-spec-compliant Number.parseInt shim/polyfill/replacement that works as far down as ES3

4 lines (2 loc) 68 B
'use strict'; module.exports = require('parseint/implementation');