UNPKG

128 BJavaScriptView Raw
1'use strict';
2
3module.exports = function (from, to, options) {
4 this.copy(from, to, options);
5 this.delete(from, options);
6};