UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

9 lines (8 loc) 202 B
// https://ns.editeur.org/onix/en/34 export enum TextFormat { _02 = '02', // HTML _03 = '03', // XML _05 = '05', // XHTML _06 = '06', // Default text format _07 = '07', // Basic ASCII text }