UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

16 lines (15 loc) 411 B
// https://ns.editeur.org/onix/en/76 export enum DvdRegion { _0 = '0', // All regions _1 = '1', // DVD region 1 _2 = '2', // DVD region 2 _3 = '3', // DVD region 3 _4 = '4', // DVD region 4 _5 = '5', // DVD region 5 _6 = '6', // DVD region 6 _7 = '7', // DVD region 7 _8 = '8', // DVD region 8 _A = 'A', // Blu-Ray region A _B = 'B', // Blu-Ray region B _C = 'C', // Blu-Ray region C }