easonkoo-norepeat
Version:
两种数组去重的方式 顺序去重 倒序排序
18 lines (17 loc) • 355 B
JSON
{
"name": "easonkoo-norepeat",
"version": "1.0.0",
"description": "两种数组去重的方式 顺序去重 倒序排序",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"数组去重"
],
"author": "kooeason",
"license": "ISC"
}