UNPKG

@deltares/fews-web-oc-utils

Version:

Util Library for common Web OC functionality

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