UNPKG

@bangladeshi/bangladesh-address

Version:

A simple npm package for Bangladesh's administrative divisions, districts, upazilas, and metropolitan thanas.

7 lines (6 loc) 227 B
export * from "./district/index"; export * from "./division/index"; export * from "./upazila/index"; export * from "./division/types/division-name"; export * from "./types"; export type { SearchResult } from "./upazila/index";