UNPKG

@drieam/common

Version:

Default Drieam api wrapper

9 lines (8 loc) 258 B
/** * Create an object from namespace dot notation. * @param ns Object * @param nsString dot notation string. * @param value a value for the leave node. */ declare function extend(nsString: string, value?: any, ns?: Object): any; export default extend;