UNPKG

turtle-express

Version:

`turtle-express` is kinda a framework or a library based on `express.js` with an opinionated express router with type safety and schema validation with zod. Also many [more features](https://github.com/mm-ninja-turtles/turtle-express/discussions/7) planni

12 lines 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ObjectKeys = void 0; /** * Return `typed` object keys as array. * Source from [matt pocock](https://www.youtube.com/watch?v=GW00zebIt0g) */ function ObjectKeys(obj) { return Object.keys(obj); } exports.ObjectKeys = ObjectKeys; //# sourceMappingURL=object-keys.js.map