UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

11 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DefaultParser = void 0; class DefaultParser { async parse(response) { const result = await response.json(); return result; } } exports.DefaultParser = DefaultParser; //# sourceMappingURL=defaultParser.js.map