文件名称:num-sort:对数字数组进行排序
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-20 20:26:06
JavaScript
num-sort 对数字数组进行排序 安装 $ npm install num-sort 用法 import { numberSortAscending } from 'num-sort' ; [ 9 , - 3 , - Infinity , 24 , NaN ] . sort ( numberSortAscending ) ; //=> [NaN, -Infinity, -3, 9, 24] 原料药 numberSortAscending 升序排序比较器。 numberSortDescending 降序比较器。 有关的 按字母顺序对字符串数组进行排序
【文件预览】:
num-sort-main
----.gitignore(23B)
----package.json(732B)
----.npmrc(19B)
----index.js(533B)
----test.js(566B)
----.github()
--------workflows()
----license(1KB)
----readme.md(470B)
----index.test-d.ts(276B)
----.gitattributes(19B)
----.editorconfig(175B)
----index.d.ts(527B)