@softcose/softchat - v0.1.0
    Preparing search index...

    Variable NostrTag

    NostrTag: Readonly<
        {
            from(values: readonly string[]): NostrTag;
            of(name: string, ...values: string[]): NostrTag;
        },
    >

    Runtime constructor for exact raw NIP-01 tags.