UNPKG

@sapphire/utilities

Version:
14 lines (11 loc) 373 B
'use strict'; 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