UNPKG

boilerplate.js

Version:

Development Tools

3 lines 98 B
Array.prototype.move = function (from, to) { this.splice(to, 0, this.splice(from, 1)[0]); };