UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 169 B
/** * Deeply copy missing properties in the target from the defaults. */ declare function deepFillIn(target: any, defaults: any): any; export default deepFillIn;