Skip to main content
Module

x/authlete_deno/mod.ts>TaggedValue

Authlete Library for Deno
Go to Latest
class TaggedValue
Re-export
import { TaggedValue } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

A string value with a language tag.

Properties

optional
tag: string

The tag.

optional
value: string

The value.