UNPKG

sussy-util

Version:
8 lines (7 loc) 242 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) => Object.keys(obj);