UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

5 lines (4 loc) 142 B
/** * parse a period string and return all possible dates in the period */ export declare function datesFromPeriod(period: string): Date[];