in src/superspawn.js [26:31]
function extend (dst, src) { for (const k in src) { dst[k] = src[k]; } return dst; }