UNPKG

healthone

Version:

Health One format library for JavaScript

2 lines 238 B
import mergeWith from"lodash.mergewith/index.js";function customizer(a,b){if(Array.isArray(a))return a.concat(b)}export default function insertLine(a,b){return mergeWith({},a,{lines:[b]},customizer)} //# sourceMappingURL=insertLine.js.map