UNPKG

sussy-util

Version:
7 lines (6 loc) 212 B
/** * @param {object} obj - obj - the object to extract the keys of * @returns an array of the keys of the object */ declare const _default: <T extends object>(obj: T) => (keyof T)[]; export default _default;