UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

11 lines (10 loc) 260 B
// https://ns.editeur.org/onix/en/215 export enum Proximity { _01 = '01', // Less than _02 = '02', // Not more than _03 = '03', // Exactly _04 = '04', // Approximately _05 = '05', // About _06 = '06', // Not less than _07 = '07', // More than }