UNPKG

aus-postcode

Version:

A package containing utility functions around postcode definitions in Australia.

10 lines (7 loc) 195 B
// Generated by dts-bundle-generator v8.1.0 export interface State { name: string; abbreviation: string; } export declare const postcodeToPostalState: (postcode: string) => State; export {};