2.0.1 • Published 12 months ago

@bilions/thailand-address v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Thailand Address

Installation

npm install @bilions/thailand-address

Usage

import { thailandAddress, IDistrict, IProvince, ISubDistrict } from '@bilions/thailand-address'`

const provinces : IProvince[] = thailandAddress.getProvinces()
const districts : IDistrict[] = thailandAddress.getDistricts(1 /* Province ID */)
const subDistricts : ISubDistrict[] = thailandAddress.getSubDistricts(1 /* District ID */)

Preview

1.0.1

12 months ago

2.0.0-alpha.0

12 months ago

2.0.0-alpha.1

12 months ago

2.0.1

12 months ago

2.0.0

12 months ago

1.0.0

4 years ago