@idm-plugin/meteo2 0.7.6 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/worldtides/src/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -20,6 +20,7 @@ export declare class TidesHelper {
|
|
|
20
20
|
* @param lng
|
|
21
21
|
*
|
|
22
22
|
* Start date (in YYYY-MM-DD format) to retrieve the tidal heights or extremes starting at midnight local time. You can also pass "today" to use the current date of the location.
|
|
23
|
+
* @param days
|
|
23
24
|
* @param date
|
|
24
25
|
*
|
|
25
26
|
* If this parameter is present the low and high tides will be returned.
|