InspectionCleaning/node_modules/core-js/internals/object-get-own-property-sym...

4 lines
127 B
JavaScript
Raw Normal View History

2025-04-07 09:53:58 +08:00
'use strict';
// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
exports.f = Object.getOwnPropertySymbols;