flatten.d.ts 142 Bytes
import { FieldValues } from '../types';
export declare const flatten: (obj: FieldValues) => FieldValues;
//# sourceMappingURL=flatten.d.ts.map