Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lophus/lib/times.ts>Timestamp

Fully-modular TypeScript implementation of the Nostr protocol, oriented to web standards and edge environments
Latest
type alias Timestamp
import { type Timestamp } from "https://deno.land/x/lophus@0.0.13/lib/times.ts";
definition: Brand<number, "EventTimeStamp">
variable Timestamp
import { Timestamp } from "https://deno.land/x/lophus@0.0.13/lib/times.ts";

type

{ get now(); }