Skip to main content
Module

x/revoltio/mod.ts>UUID

No-nonsense Revolt library for nodejs and deno.
Latest
class UUID
Re-export
import { UUID } from "https://deno.land/x/revoltio@v1.0.0/mod.ts";

Static Properties

readonly
ENCODING: string
readonly
ENCODING_LENGTH
readonly
PROG: number
readonly
RANDOM_LENGTH: number
readonly
TIME_LENGTH: number
readonly
TIME_MAX

Static Methods

private
hash(): string
private
time(now?): string
generate(timestamp?): string
timestampOf(id: string): Date