UNPKG

@ysfe/array-groupby

Version:

array group by function. support Array.prototype

29 lines (28 loc) 744 B
{ "name": "@ysfe/array-groupby", "version": "1.0.0", "description": "array group by function. support Array.prototype", "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" } }