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

x/lophus/core/protocol.d.ts>OptionalTag

Fully-modular TypeScript implementation of the Nostr protocol, oriented to web standards and edge environments
Latest
type alias OptionalTag
import { type OptionalTag } from "https://deno.land/x/lophus@0.0.13/core/protocol.d.ts";
definition: EventKindRecord[K] extends { OptionalTag: infer T extends Tag; } ? T : never