UNPKG

@tonaljs/collection

Version:

Utility functions to work with collections (arrays)

25 lines (24 loc) 496 B
{ "name": "@tonaljs/collection", "version": "4.9.0", "description": "Utility functions to work with collections (arrays)", "keywords": [ "collection", "music", "theory" ], "main": "dist/index.js", "module": "dist/index.mjs", "files": [ "dist" ], "types": "dist/index.d.ts", "author": "danigb@gmail.com", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tsup index.ts --sourcemap --dts --format esm,cjs" } }