UNPKG

weather-formulas

Version:

A collection of atmospheric, meteorological weather calculations

6 lines (5 loc) 96 B
export interface Reading { temperature: number; altitude: number; datetime: Date; }