UNPKG

gerador-boletos

Version:

Gerador de boletos, utilizando a biblioteca PDFKit

8 lines (6 loc) 208 B
function merge(destination, source) { if (destination === undefined) destination = {}; if (source === undefined) source = {}; return Object.assign(destination, source); } module.exports.merge = merge;