cohorta/node_modules/react-hook-form/dist/utils/omit.d.ts
2025-12-19 19:26:16 +00:00

6 lines
178 B
TypeScript
Executable file

declare const _default: <Key extends string, T extends Record<Key, any>>(
source: T,
key: Key,
) => Omit<T, Key>;
export default _default;
//# sourceMappingURL=omit.d.ts.map