Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
/ group Public archive

A powerful set of utility data structures that extends Map.

Notifications You must be signed in to change notification settings

ts-cord/group

Repository files navigation

tscord-logo

Group

@ts-cord/group is a powerful set of utility data structures that extends Map.

Installation

npm i @ts-cord/group

Example

import { Collection } from '@ts-cord/group';

const someGroup = new Group<Snowflake, UserObject>()
    .set('963124227911860264', coolUserObject);

someGroup.fallback('963123217911860264', () => someUserObject);

Useful links

Help

If you don't understand something or it's not clear, please consider joining our support server.

Releases

No releases published

Packages

No packages published