Skip to main content
Module

x/fathym_common/src/common/tags/$Tag.ts

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
import * as fathymCommon from "https://deno.land/x/fathym_common@v0.2.147-integration/src/common/tags/$Tag.ts";

Type Aliases

$Tag<TType, TTag> is a utility type used for tagging other types with metadata during type inference. The key for the tag is created dynamically using the TType parameter and is prefixed with an @ symbol. If the TTag type is never or undefined, the tag is omitted.