Toolset for Node.js
npm install @freearhey/core``sh`
npm install @freearhey/core
`js
import { Collection } from '@freearhey/core'
const bears = new Collection(['polar', 'panda', 'brown'])
bears.sort()
console.log(brears.all()) // ['brown', 'panda', 'polar']
`
- Collection
- Dictionary
- Logger
- Template
- Timer
`sh``
npm test