UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

4 lines (3 loc) 82 B
export interface ResponseParser<T> { parse(response: Response): Promise<T>; }