@sapphire/utilities
Version:
Common JavaScript utilities for the Sapphire Community
14 lines (11 loc) • 373 B
JavaScript
;
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/lib/objectKeys.ts
function objectKeys(obj) {
return Object.keys(obj);
}
__name(objectKeys, "objectKeys");
exports.objectKeys = objectKeys;
//# sourceMappingURL=objectKeys.cjs.map
//# sourceMappingURL=objectKeys.cjs.map