DIR: /proc/1991109/cwd/usr/share/node_modules/core-js/internals/ |
Current File : //proc/1991109/cwd/usr/share/node_modules/core-js/internals/to-offset.js |
var toPositiveInteger = require('../internals/to-positive-integer'); var $RangeError = RangeError; module.exports = function (it, BYTES) { var offset = toPositiveInteger(it); if (offset % BYTES) throw $RangeError('Wrong offset'); return offset; }; |