UNPKG

@smui/common

Version:
4 lines (3 loc) 106 B
export declare function exclude<T extends { [k: string]: any; }>(obj: T, keys: string[]): Partial<T>;