deep-flat:无限展平数组

时间:2024-06-02 09:39:02
【文件属性】:

文件名称:deep-flat:无限展平数组

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-02 09:39:02

JavaScript

深平 无限平坦化数组的数组 用法 Deep-flat导出一个接受两个参数的函数: ( array = [ ] , depth = 1 ) => [ ... ] ( flattened array ) depth指示我们对数组进行展平的次数,如果该depth大于没有错误将引发的级别的数量,则将返回最低的数组级别。 例子 var flat = require ( 'deep-flat' ) console . log ( flat ( [ [ [ [ 1 , 2 , 3 ] ] ] ] , 3 ) ) 执行 这是一个零生产依赖模块。 代码很小: module . exports = ( array = [ ] , depth = 1 ) => Array . apply ( 0 , { length : depth } ) . reduce ( Functio


【文件预览】:
deep-flat-master
----.gitignore(12B)
----package.json(836B)
----index.es6(139B)
----index.js(317B)
----test.js(673B)
----Readme.md(1KB)
----example.js(63B)

网友评论