Skip to main content
Module

x/fathym_common/src/common/tags/$TagExists.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/$TagExists.ts";

Type Aliases

$TagExists<T, TType, TTag, TData> checks whether a specific $Tag exists within a type T. The check can be based on the tag type TType, the tag value TTag, or specific tag data TData.