UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

11 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Units = void 0; /** * The possible units in a 'dimension' object */ var Units; (function (Units) { Units["Iso8601"] = "ISO8601"; })(Units = exports.Units || (exports.Units = {})); //# sourceMappingURL=units.js.map