UNPKG
aus-postcode
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A package containing utility functions around postcode definitions in Australia.
aus-postcode
/
dist
/
index.d.ts
10 lines
(7 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Generated by dts-bundle-generator v8.1.0
export
interface
State
{
name
:
string
;
abbreviation
:
string
; }
export
declare
const
postcodeToPostalState
:
(
postcode
:
string
) =>
State
;
export
{};