3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
export declare function set(obj: any, path: any, value: any): any;
|
|
export default set;
|