UNPKG

ol

Version:

OpenLayers mapping library

14 lines (12 loc) 163 B
/** * @module ol/format/FormatType */ /** * @enum {string} */ export default { ARRAY_BUFFER: 'arraybuffer', JSON: 'json', TEXT: 'text', XML: 'xml' };