UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

6 lines 210 B
export const getRandomKey = (obj) => { const keys = Object.keys(obj); const randomKey = keys[Math.floor(Math.random() * keys.length)]; return randomKey; }; //# sourceMappingURL=get-random-key.js.map