flatten-2D-point-ar:点数组到一维数组模块-已弃用

时间:2024-06-06 00:19:58
【文件属性】:

文件名称:flatten-2D-point-ar:点数组到一维数组模块-已弃用

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-06 00:19:58

JavaScript

展平二维点 已弃用-与require('lodash/array/flatten')使用时,我建议使用require('lodash/array/flatten') -这仅在捆绑包中包含lodash的flatten 简单点阵列到一维阵列模块 安装 $ npm install flatten-point-ar 用法 flatten = require ( 'flatten-point-ar' ) flatten ( [ [ 1 , 2 ] , [ 3 , 4 ] , [ 5 , 6 ] ] ) // => [1, 2, 3, 4, 5, 6]


【文件预览】:
flatten-2D-point-ar-master
----index.js(226B)
----package.json(629B)
----LICENSE(1KB)
----.npmignore(59B)
----.gitignore(594B)
----README.md(501B)

网友评论