2.2.0 • Published 4 years ago

qulity v2.2.0

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
4 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

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.0.0-pre

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago