UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

18 lines (17 loc) 436 B
// https://ns.editeur.org/onix/en/176 export enum OperatingSystem { _01 = '01', // Android _02 = '02', // BlackBerry OS _03 = '03', // iOS _04 = '04', // Linux _05 = '05', // Mac OS _06 = '06', // Mac OS X _07 = '07', // Palm OS _08 = '08', // webOS _09 = '09', // Symbian _10 = '10', // Windows _11 = '11', // Windows CE _12 = '12', // Windows Mobile _13 = '13', // Mac OS _14 = '14', // Windows Phone 7 }