UNPKG

@skybloxsystems/ticket-bot

Version:
8 lines 333 B
import { Snowflake } from './Snowflake'; /** * A class for parsing snowflake ids using Discord's snowflake epoch * * Which is 2015-01-01 at 00:00:00.000 UTC+0, {@linkplain https://discord.com/developers/docs/reference#snowflakes} */ export declare const DiscordSnowflake: Snowflake; //# sourceMappingURL=DiscordSnowflake.d.ts.map