2.2.0 • Published 3 years ago

qulity v2.2.0

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
3 years ago

Qulity

Qulity is a memory-based utility module which provides you enhanced versions of the native JavaScript Map with additional properties, methods and optimisations.

Features

Links

Installation

npm install qulity

const Qulity = require("qulity");
// ...

Usage

Collection

An extended JavaScript Map with additional utility methods.

const collection = new Qulity.Collection(iterable?);

Manager

Manages the API methods of data models and holds its cache.

const manager = new Qulity.Manager(iterable?, holds?);

manager.add("123456789012345678", new User(...information));
manager.resolve("123456789012345678"); // -> User instance

This module is licensed under Apache 2.0.

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.4.2

3 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.0.0-pre

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago