UNPKG

@vepler/http-sdk

Version:

The definitive TypeScript SDK for UK property technology. Access comprehensive property data, school metrics, demographics, planning applications, and more through a single, powerful API.

8 lines (7 loc) 232 B
import { getNearestPoi } from './routes/get-nearest-poi'; import { getPoiTiles } from './routes/get-poi-tiles'; declare const _default: { nearest: typeof getNearestPoi; tiles: typeof getPoiTiles; }; export default _default;