UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

7 lines 175 B
export class DefaultParser { async parse(response) { const result = await response.json(); return result; } } //# sourceMappingURL=defaultParser.js.map