FuncType - v1.8.0
    Preparing search index...

    Variable BrandedBoolean

    BrandedBoolean: <K extends string>(
        brand: K,
    ) => (value: boolean) => BrandedBoolean<K>

    Type Declaration

      • <K extends string>(brand: K): (value: boolean) => BrandedBoolean<K>
      • Type Parameters

        • K extends string

        Parameters

        • brand: K

        Returns (value: boolean) => BrandedBoolean<K>