Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-abstract/helpers/bytesAsFloat32.js
r0c6b92a r79a0317 1 1 'use strict'; 2 2 3 var GetIntrinsic = require('get-intrinsic'); 4 5 var $pow = GetIntrinsic('%Math.pow%'); 3 var $pow = require('math-intrinsics/pow'); 6 4 7 5 module.exports = function bytesAsFloat32(rawBytes) {
Note:
See TracChangeset
for help on using the changeset viewer.