multiple-sorting-array
Version:
Sorts an array and allows specify multiple sorting criteria
43 lines (42 loc) • 899 B
JSON
{
"name": "multiple-sorting-array",
"version": "1.0.1",
"main": "src/index.ts",
"scripts": {
"test": "jest"
},
"description": "Sorts an array and allows specify multiple sorting criteria",
"dependencies": {
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2"
},
"keywords": [
"sort",
"sorting",
"array",
"multiple",
"criteria",
"typescript",
"utility",
"library",
"order",
"sort-array",
"functional",
"generic",
"comparison",
"sort-by",
"sorting-algorithm",
"javascript",
"ts"
],
"repository": {
"type": "git",
"url": "https://github.com/LUCHER4321/multiple-sorting"
},
"author": "LUCHER4321"
}