(source, exclude)
| 36 | }); |
| 37 | var __restKey = (key) => typeof key === "symbol" ? key : key + ""; |
| 38 | var __objRest = (source, exclude) => { |
| 39 | var target = {}; |
| 40 | for (var prop in source) |
| 41 | if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0) |
| 42 | target[prop] = source[prop]; |
| 43 | if (source != null && __getOwnPropSymbols) |
| 44 | for (var prop of __getOwnPropSymbols(source)) { |
| 45 | if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop)) |
| 46 | target[prop] = source[prop]; |
| 47 | } |
| 48 | return target; |
| 49 | }; |
| 50 | var __commonJS = (cb, mod) => function __require2() { |
| 51 | return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; |
| 52 | }; |
no outgoing calls
no test coverage detected