🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ts-cord/group

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@ts-cord/group

A powerful set of utility data structures that extends Map.

unpublished
latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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);
  • Discord server
  • Discord API server
  • Github
  • Npm
  • Other libraries

Help

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

FAQs

Package last updated on 18 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts