KollPotato / discord-snowflake-id

NPM package to parse Discord snowflake IDs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-snowflake-id

discord-snowflake-id is a library for parsing Discord snowflake IDs and with zero dependencies

Usage

Install this package using the following command in your terminal:

npm i discord-snowflake-id

Import this package like this:

import Snowflake from "discord-snowflake-id"

...or using CommonJS require function:

const Snowflake = require("discord-snowflake-id")

About

NPM package to parse Discord snowflake IDs


Languages

Language:TypeScript 100.0%