UNPKG

corde

Version:

A simple library for Discord bot tests

7 lines (6 loc) 215 B
/** * Get all keys in the first level of an object. * @param obj Object to get it's keys * @returns Array containing all keys of the object */ export declare function keysOf<T extends any>(obj: T): (keyof T)[];