UNPKG

@rxap/utilities

Version:

A collection of utility functions, types and interfaces.

5 lines (4 loc) 129 B
/** * @deprecated Use SetToObject instead */ export declare function SetObjectValue(obj: any, path: string, value: any): void;