UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 133 B
/** * Create nested object if non-existent */ declare function namespace(obj: any, path: any): any; export default namespace;