debian-mirror-gitlab/core-js/es/math/clz32.js

5 lines
119 B
JavaScript
Raw Normal View History

2019-09-25 13:30:05 +05:30
require('../../modules/es.math.clz32');
var path = require('../../internals/path');
module.exports = path.Math.clz32;