UNPKG

array-grouping

Version:

array grouping function by TS. 这个名字被迫这样,因为array-group被占用了...

29 lines (28 loc) 703 B
{ "name": "array-grouping", "version": "1.0.8", "description": "array grouping function by TS. 这个名字被迫这样,因为array-group被占用了...", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/a951055/array-grouping", "author": "Halo", "license": "MIT", "keywords": [ "array", "group by", "group to", "数组分组方法" ], "scripts": { "build": "tsc", "test": "jest", "release": "tsc & jest & yarn publish" }, "dependencies": {}, "devDependencies": { "@types/jest": "^24.0.19", "jest": "^24.9.0", "ts-jest": "^24.1.0", "typescript": "^3.6.4" } }