UNPKG

@hmcts/os-places-client

Version:

Ordnance Survey address lookup client (https://apidocs.os.uk/docs/os-places-postcode)

6 lines (5 loc) 148 B
export declare class Point { readonly type: string; readonly coordinates: number[]; constructor(type: string, coordinates: number[]); }