UNPKG

bops

Version:
6 lines (4 loc) 166 B
module.exports = copy function copy(source, target, target_start, source_start, source_end) { return source.copy(target, target_start, source_start, source_end) }