Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/types.ts>AnyBrand

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
type alias AnyBrand
import { type AnyBrand } from "https://deno.land/x/actionify@0.3.0/src/deps/types.ts";

An AnyBrand is a branded type based on any base type branded with any branding type. By itself it is not useful, but it can act as type constraint when manipulating branded types in general.

definition: Brand<any, any>