stdlib 3.7.0
Install from the command line:
Learn more about npm packages
$ npm install @stackbox-dev/stdlib@3.7.0
Install via package.json:
"@stackbox-dev/stdlib": "3.7.0"
About this version
-
Graph Algorithms
- Detect Cycles
- Topological Sort
- Distance Matrix using Floyd Warshal
- Closure
-
Lang (SortBy, groupBy, maxBy, etc, etc)
-
BinPack
- First-Fit Decreasing
- All Stackbox Node.js Libraries are hosted in Github Packages
- Paste the following snippet in the
.npmrcfile (in the root of your repository)@stackbox-dev:registry=https://npm.pkg.github.com //npm.pkg.github.com/:_authToken="\u0067hp_RKborEB8lGZp00uMv7i0d8Oo202jHK3syROX"