Link Search Menu Expand Document

AlphaNumeric overview

Added in v1.0.0


Table of contents


utils

AlphaNumeric

Signature

export declare const AlphaNumeric: t.BrandC<t.StringC, AlphaNumericBrand>

Added in v1.0.0

AlphaNumeric (type alias)

Signature

export type AlphaNumeric = t.Branded<string, AlphaNumericBrand>

Added in v1.0.0

AlphaNumericBrand (interface)

Signature

export interface AlphaNumericBrand {
  readonly AlphaNumeric: unique symbol
}

Added in v1.0.0

alphaNumericDecoder

Signature

export declare const alphaNumericDecoder: <S extends string>() => D.Decoder<S, t.Branded<S, AlphaNumericBrand>>

Added in v1.1.0