UNPKG

@netlify/build

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