UNPKG

@nesvet/n

Version:
9 lines 315 B
import { setPath } from "./setPath.js"; export function assignPath(target, ...sources) { for (const source of sources) for (const path in source) if (Object.hasOwn(source, path)) setPath(target, path, source[path]); return target; } //# sourceMappingURL=assignPath.js.map