Package Exports
- algoritool
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (algoritool) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
algoritool - tech tools for algorithm design
Introduction
TBD
Install
$ npm install algoritoolUsage
const algoritool = require("algoritool");Methods
cloneArray: (arr: any) => any[]createSequence: (len: any, from?: number) => number[]chunkArray: (arr: any, chunkSize: any) => any[]sortByAttribute: (arr: any, attr: any, asc?: boolean) => any