UNPKG

ol

Version:

OpenLayers mapping library

13 lines 208 B
/** * @module ol/format/FormatType */ /** * @enum {string} */ export default { ARRAY_BUFFER: 'arraybuffer', JSON: 'json', TEXT: 'text', XML: 'xml' }; //# sourceMappingURL=FormatType.js.map