UNPKG

utils-lazy-hook

Version:
6 lines (5 loc) 113 B
export declare const useOmit: (obj: { [key: string]: any; }, keys: string[]) => { [key: string]: any; };