diff options
Diffstat (limited to 'node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js')
| -rw-r--r-- | node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js b/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js deleted file mode 100644 index 90f68f3..0000000 --- a/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +++ /dev/null @@ -1,10 +0,0 @@ -function _objectWithoutPropertiesLoose(r, e) { - if (null == r) return {}; - var t = {}; - for (var n in r) if ({}.hasOwnProperty.call(r, n)) { - if (-1 !== e.indexOf(n)) continue; - t[n] = r[n]; - } - return t; -} -export { _objectWithoutPropertiesLoose as default };
\ No newline at end of file |
