Link Search Menu Expand Document

BIC overview

Added in v1.0.0


Table of contents


utils

BIC

Signature

export declare const BIC: t.BrandC<t.StringC, BICBrand>

Added in v1.0.0

BIC (type alias)

Signature

export type BIC = t.Branded<string, BICBrand>

Added in v1.0.0

BICBrand (interface)

Signature

export interface BICBrand {
  readonly BIC: unique symbol
}

Added in v1.0.0

bicDecoder

Signature

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

Added in v1.1.0