UNPKG

273 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.default = (object) => Object
4 .getOwnPropertySymbols(object)
5 .filter((keySymbol) => Object.prototype.propertyIsEnumerable.call(object, keySymbol));
6//# sourceMappingURL=index.js.map
\No newline at end of file