import validator from "../index.js";
export type IsLatLongOptions = validator.IsLatLongOptions;
export default validator.isLatLong;
