UNPKG

@zenlocator/geo

Version:
6 lines (4 loc) 98 B
export default function(lat) { lat = this.parseCoord(lat); return (lat >= -90 && lat <= 90); }