array-cut-and-paste

1.0.1 • Public • Published

array-cut-and-paste

import cutAndPaste from 'array-cut-and-paste';
 
const arr = [0, 1, 2, 3];
const result = cutAndPaste(arr, 0, 3);
console.log(result); // [1, 2, 3, 0]

License

array-cut-and-paste is freely distributable under the terms of the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i array-cut-and-paste

Weekly Downloads

5

Version

1.0.1

License

MIT

Last publish

Collaborators

  • filipovsky