UNPKG

121 BTypeScriptView Raw
1export declare function objectMapToArray<T>(objectMap: {
2 [key: string]: T;
3}): {
4 key: string;
5 value: T;
6}[];