Link Search Menu Expand Document

EAN overview

Added in v1.0.0


Table of contents


utils

EAN

Signature

export declare const EAN: t.BrandC<t.StringC, EANBrand>

Added in v1.0.0

EAN (type alias)

Signature

export type EAN = t.Branded<string, EANBrand>

Added in v1.0.0

EANBrand (interface)

Signature

export interface EANBrand {
  readonly EAN: unique symbol
}

Added in v1.0.0

eanDecoder

Signature

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

Added in v1.1.0