UNPKG

101 BTypeScriptView Raw
1export declare function reverseObjectKeys(originalObject: Record<string, any>): Record<string, any>;