UNPKG

typedash

Version:

modern, type-safe collection of utility functions

12 lines (10 loc) 263 B
//#region src/functions/objectKeys/objectKeys.ts const objectKeys = Object.keys; //#endregion Object.defineProperty(exports, 'objectKeys', { enumerable: true, get: function () { return objectKeys; } }); //# sourceMappingURL=objectKeys-DdwARfHf.cjs.map