Collections extend Map() and offer helper methods from Array.prototype
npm install djs-collection__THIS REPOSITORY IS NOW OBSOLETE AND WILL NO LONGER BE UPDATED__
djs-collection-persistent and djs-collection have been merged into a more efficient system that's been renamed Enmap.
To get enmap, see The NPMJS Page.
Updating requires no migration, only a change in code:
``js
// OLD CODE
const Collection = require("djs-collection");
const myColl = new Collection();
// NEW CODE
const Enmap = require('enmap');
const myColl = new Enmap();
``
For support join 〈evie.codes〉 and talk to me, 〈evie.codes〉!