UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

9 lines 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GrantIdentifierType = void 0; var GrantIdentifierType; (function (GrantIdentifierType) { GrantIdentifierType["_01"] = "01"; GrantIdentifierType["_06"] = "06"; })(GrantIdentifierType || (exports.GrantIdentifierType = GrantIdentifierType = {})); //# sourceMappingURL=GrantIdentifierType.js.map