UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

8 lines (7 loc) 232 B
// https://ns.editeur.org/onix/en/66 export enum BisacReturnableIndicator { N = 'N', // No, not returnable Y = 'Y', // Yes, returnable, full copies only S = 'S', // Yes, returnable, stripped cover C = 'C', // Conditional }