Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface DeconstructedSnowflake
import { type DeconstructedSnowflake } from "https://deno.land/x/snowflakes@1.0.0/Snowflake.ts";

Object returned by Snowflake#deconstruct

Properties

id: bigint

The id in BigInt form

timestamp: bigint

The timestamp stored in the snowflake

workerId: bigint

The worker id stored in the snowflake

processId: bigint

The process id stored in the snowflake

increment: bigint

The increment stored in the snowflake

epoch: bigint

The epoch to use in the snowflake