UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

9 lines 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ManifestType; (function (ManifestType) { ManifestType["EMPTY"] = ""; ManifestType["MANUSCRIPT"] = "manuscript"; ManifestType["MONOGRAPH"] = "monograph"; })(ManifestType = exports.ManifestType || (exports.ManifestType = {})); //# sourceMappingURL=ManifestType.js.map