1 2 3 4 5
module.exports = copy function copy(source, target, target_start, source_start, source_end) { return source.copy(target, target_start, source_start, source_end) }