UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

8 lines (7 loc) 269 B
/** * Converts an object to an array of key-value pairs. * * @param {Record<string, any>} obj - The object to be converted. * @returns {[string, any][]} - The array of key-value pairs. */ export declare function toArray(obj: Record<string, any>): [string, any][];