|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
553 bytes
|
| Line | |
|---|
| 1 | var objectWithoutPropertiesLoose = require("./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 n = Object.getOwnPropertySymbols(e);
|
|---|
| 9 | for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|---|
| 10 | }
|
|---|
| 11 | return i;
|
|---|
| 12 | }
|
|---|
| 13 | module.exports = _objectWithoutProperties, module.exports.__esModule = true, module.exports["default"] = module.exports; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.