UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

5 lines (4 loc) 176 B
import { ResponseParser } from "../parser/responseParser.js"; export declare class DefaultParser<T> implements ResponseParser<T> { parse(response: Response): Promise<T>; }