@arcticzeroo/djs-collection

1.0.0 • Public • Published

djs-collection

THIS REPOSITORY IS NOW OBSOLETE AND WILL NO LONGER BE UPDATED

Moving to Enmap

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:

// OLD CODE

const Collection = require("djs-collection");
const myColl = new Collection();

// NEW CODE

const Enmap = require('enmap');
const myColl = new Enmap();

Support

For support join 〈evie.codes〉 and talk to me, 〈evie.codes〉!

Package Sidebar

Install

npm i @arcticzeroo/djs-collection

Weekly Downloads

2

Version

1.0.0

License

Apache-2.0

Unpacked Size

32.4 kB

Total Files

10

Last publish

Collaborators

  • arcticzeroo