2023-01-03 19:31:53 +00:00
|
|
|
export interface UpdateIn {
|
2023-01-03 18:51:35 +00:00
|
|
|
(object: any, path: any, value: any): any;
|
|
|
|
(path: any, value: any): (object: any) => any;
|
|
|
|
}
|
|
|
|
declare const _default: UpdateIn;
|
|
|
|
export default _default;
|
|
|
|
//# sourceMappingURL=updateIn.d.ts.map
|