Skip to main content
Module

x/fathym_common/src/fluent/types/DetermineFluentMethodsType.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/fluent/types/DetermineFluentMethodsType.ts";

Type Aliases

DetermineFluentMethodsType<T, K> determines the Fluent Methods type by checking if a FluentTag has been assigned to the property T[K]. If a FluentTag exists, it returns the extracted value for the Methods tag. If no tag exists, it falls back to a default type based on the shape of T[K] using DetermineDefaultFluentMethodsType.