@feugene/mu
Version:
Helpful TS utilities without dependencies
9 lines • 309 B
TypeScript
/**
* The base implementation of `keys` which doesn't treat sparse arrays as dense.
*
* @private
* @param {Object} object The object to query.
* @returns {string[]} Returns the array of property names.
*/
export default function baseKeys(object: Object): string[];
//# sourceMappingURL=baseKeys.d.ts.map