ts-fortress
    Preparing search index...

    Variable simpleBrandedStringConst

    simpleBrandedString: <K extends string>(
        __namedParameters: Readonly<
            {
                defaultValue: string;
                is?: (u: string) => u is Brand<string, K>;
                typeName: K;
            },
        >,
    ) => Type<Brand<string, K>> = brandedString

    Same as brandedString

    Type Declaration

      • <K extends string>(
            __namedParameters: Readonly<
                {
                    defaultValue: string;
                    is?: (u: string) => u is Brand<string, K>;
                    typeName: K;
                },
            >,
        ): Type<Brand<string, K>>
      • Type Parameters

        • K extends string

        Parameters

        • __namedParameters: Readonly<
              {
                  defaultValue: string;
                  is?: (u: string) => u is Brand<string, K>;
                  typeName: K;
              },
          >

        Returns Type<Brand<string, K>>

    use brandedString