array-cut-and-paste:在数组中剪切和粘贴元素

时间:2024-05-21 14:49:27
【文件属性】:

文件名称:array-cut-and-paste:在数组中剪切和粘贴元素

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-21 14:49:27

JavaScript

数组剪切粘贴 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] 执照 根据MIT许可的条款,数组剪切和粘贴可以*分发。


【文件预览】:
array-cut-and-paste-master
----.eslintrc(2KB)
----src()
--------index.js(385B)
----lib()
--------index.js(518B)
----LICENSE(1KB)
----test()
--------index.es6.js(1KB)
----README.md(278B)
----.jscsrc(896B)
----.gitignore(14B)
----index.js(35B)
----.eslintignore(17B)
----package.json(1KB)

网友评论