All files / resizin/lib/options index.js

71.43% Statements 5/7
75% Branches 3/4
50% Functions 1/2
83.33% Lines 5/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17    1x       1x   1x 1x 1x            
"use strict";
 
Object.defineProperty(exports, "__esModule", {
  value: true
});
 
var _options = require("./options");
 
Object.keys(_options).forEach(function (key) {
  Iif (key === "default" || key === "__esModule") return;
  Object.defineProperty(exports, key, {
    enumerable: true,
    get: function get() {
      return _options[key];
    }
  });
});