UNPKG

181 BTypeScriptView Raw
1import type { DeepOmit } from "../types/DeepOmit.js";
2export declare function omitDeep<T, K extends string>(value: T, key: K): DeepOmit<T, K>;
3//# sourceMappingURL=omitDeep.d.ts.map
\No newline at end of file