UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

11 lines 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentFormat = void 0; var DocumentFormat; (function (DocumentFormat) { DocumentFormat["PI_XML"] = "PI_XML"; DocumentFormat["PI_JSON"] = "PI_JSON"; DocumentFormat["PI_CSV"] = "PI_CSV"; DocumentFormat["GEO_JSON"] = "GEO_JSON"; })(DocumentFormat || (exports.DocumentFormat = DocumentFormat = {})); //# sourceMappingURL=documentFormat.js.map