Files
opencrm/frontend/node_modules/react-hook-form/dist/utils/isEmptyObject.d.ts
T
Stefan Hacker e209e9bbca first commit
2026-01-29 01:16:54 +01:00

4 lines
179 B
TypeScript

import type { EmptyObject } from '../types';
declare const _default: (value: unknown) => value is EmptyObject;
export default _default;
//# sourceMappingURL=isEmptyObject.d.ts.map