UNPKG

lumen-react-javascript

Version:
11 lines (10 loc) 207 B
export declare function removeUndefinedKeys(object: { [key: string]: any; }): { [key: string]: any; }; export declare function swap(object: { [key: string]: any; }): { [key: string]: any; };