Files
wtr/types/units.ts

3 lines
91 B
TypeScript

export type TemperatureUnit = "c" | "f";
export type WindSpeedUnit = "ms" | "kmh" | "mph";