Takes a string or a Date and formats it to what DarkSky's API is expecting.
Date string or object to format using DARKSKY_DATE_FORMAT.
Check if value is a number, or if a string can be parsed into a number.
Value to check.
true
if it is a valid number.
Checks if the given value is a string.
Value to check if is a string
.
Generated using TypeDoc
Date format string for formatting a Date into a string that DarkSky expects.