UNPKG

xatto

Version:

xatto is View Layer Library based on Function and Context using VirtualDOM. This is developed by forking from jorgebucaran/superfine.

11 lines (10 loc) 297 B
/** * Set an object item to a given value using separator notation. * * @param target any * @param key strig * @param value any * @param separator string * @return Boolean */ export declare function deepSet(target: any, key: string, value: any, separator?: string): boolean;