UNPKG

@chakra-ui/object-utils

Version:

A Quick description of the component

4 lines (2 loc) 132 B
declare function omit<T extends Record<string, any>, K extends keyof T>(object: T, keysToOmit?: K[]): Omit<T, K>; export { omit };