UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

5 lines (4 loc) 181 B
import { ResponseParser } from "./responseParser.js"; export declare class SvgElementParser implements ResponseParser<SVGElement> { parse(response: any): Promise<SVGElement>; }