/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/object.omit@3.0.0/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * object.omit <https://github.com/jonschlinkert/object.omit>
 *
 * Copyright (c) 2014-2017, Jon Schlinkert.
 * Released under the MIT License.
 */
"use strict";var isObject=require("is-extendable");module.exports=function(e,t,r){if(!isObject(e))return{};"function"==typeof t&&(r=t,t=[]),"string"==typeof t&&(t=[t]);for(var n="function"==typeof r,i=Object.keys(e),f={},o=0;o<i.length;o++){var s=i[o],u=e[s];t&&(-1!==t.indexOf(s)||n&&!r(u,s,e))||(f[s]=u)}return f};
//# sourceMappingURL=/sm/4093c018fb61dcbfce037d50acb7aac713864c1205b47c42559b43f61c4b0cb1.map