UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

8 lines (7 loc) 183 B
// https://ns.editeur.org/onix/en/14 export enum TextCaseFlag { _00 = '00', // Undefined _01 = '01', // Sentence case _02 = '02', // Title case _03 = '03', // All capitals }