UNPKG

@dicebear/avatars

Version:
2 lines (1 loc) 92 B
export declare function omit<O extends {}, K extends keyof O>(obj: O, key: K): Omit<O, K>;