UNPKG

formularity-zod-adapter

Version:
3 lines (2 loc) 180 B
import type { DeepKeys } from 'formularity'; export declare const setViaPath: <TObj, TPath extends DeepKeys<TObj>, TNewValue>(obj: TObj, path: TPath, newValue: TNewValue) => TObj;