_pack-ieee754.js 99 B

12345
  1. "use strict";
  2. module.exports = function (t, a) {
  3. a.deep(t(1.337, 8, 23), [63, 171, 34, 209]);
  4. };