FuncType - v0.8.64
    Preparing search index...

    Type Alias Brand<K, T>

    Brand: T & { __brand: K }

    Brand is a utility for creating nominal typing in TypeScript It allows for creating distinct types that are structurally identical but considered different by TypeScript's type system

    Type Parameters

    • K extends string
    • T