ISRC overview
International Standard Recording Code ISO 3901
Added in v1.0.0
Table of contents
decoders
isrcDecoder
Signature
export declare const isrcDecoder: <S extends string>() => D.Decoder<S, t.Branded<S, ISRCBrand>>
Added in v1.1.0
utils
ISRC
Signature
export declare const ISRC: t.BrandC<t.StringC, ISRCBrand>
Added in v1.0.0
ISRC (type alias)
Signature
export type ISRC = t.Branded<string, ISRCBrand>
Added in v1.0.0
ISRCBrand (interface)
Signature
export interface ISRCBrand {
readonly ISRC: unique symbol
}
Added in v1.0.0