Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class TaggedValue
import { TaggedValue } from "https://deno.land/x/authlete_deno@v1.2.10/src/dto/tagged_value.ts";

A string value with a language tag.

Properties

optional
tag: string

The tag.

optional
value: string

The value.