Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_common/src/fluent/types/DetermineFluentMethodsType.ts

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
import * as fathymCommon from "https://deno.land/x/fathym_common@v0.2.160/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.