index.js 273 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.default = (object) => Object
  4. .getOwnPropertySymbols(object)
  5. .filter((keySymbol) => Object.prototype.propertyIsEnumerable.call(object, keySymbol));
  6. //# sourceMappingURL=index.js.map