UNPKG

@arco-vue-pro-components/pro-components

Version:
3 lines (2 loc) 154 B
import type { Data } from './types'; export declare const omit: <T extends Data, K extends string | number | symbol>(object: T, path: K[]) => Omit<T, K>;