UNPKG

@frontitude/cli

Version:

The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.

1 lines 298 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.sortObjectByKeys=void 0;const array_1=require("./array"),sortObjectByKeys=e=>{const r=(0,array_1.sortArrayAlphabetically)(Object.keys(e)),t={};for(const s of r)t[s]=e[s];return t};exports.sortObjectByKeys=sortObjectByKeys;