UNPKG

imagenarium

Version:

Use to optimize, handler formats and crop images

7 lines (5 loc) 194 B
var hide = require('../internals/hide'); module.exports = function (target, key, value, options) { if (options && options.enumerable) target[key] = value; else hide(target, key, value); };