Link Search Menu Expand Document

IBAN overview

Added in v1.0.0


Table of contents


utils

IBAN

Signature

export declare const IBAN: t.BrandC<t.StringC, IBANBrand>

Added in v1.0.0

IBAN (type alias)

Signature

export type IBAN = t.Branded<string, IBANBrand>

Added in v1.0.0

IBANBrand (interface)

Signature

export interface IBANBrand {
  readonly IBAN: unique symbol
}

Added in v1.0.0