main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
471 bytes
|
Rev | Line | |
---|
[d565449] | 1 | import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose.js";
|
---|
| 2 | function _objectWithoutProperties(e, t) {
|
---|
| 3 | if (null == e) return {};
|
---|
| 4 | var o,
|
---|
| 5 | r,
|
---|
| 6 | i = objectWithoutPropertiesLoose(e, t);
|
---|
| 7 | if (Object.getOwnPropertySymbols) {
|
---|
| 8 | var s = Object.getOwnPropertySymbols(e);
|
---|
| 9 | for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
---|
| 10 | }
|
---|
| 11 | return i;
|
---|
| 12 | }
|
---|
| 13 | export { _objectWithoutProperties as default }; |
---|
Note:
See
TracBrowser
for help on using the repository browser.