UNPKG

@netlify/build

Version:
2 lines (1 loc) 91 B
export declare const omit: <T extends object>(obj: T, keys: Array<keyof T>) => Partial<T>;