UNPKG

sussy-util

Version:
10 lines (9 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @param {object} obj - obj - the object to extract the keys of * @returns an array of the keys of the object */ exports.default = (obj) => { return Object.keys(obj); };