UNPKG

vuestic-ui

Version:
2 lines (1 loc) 136 B
export declare const omit: <Obj extends Record<string, any>, Keys extends keyof Obj>(o: Obj, keys: readonly Keys[]) => Omit<Obj, Keys>;