UNPKG

bd-geo-info

Version:

A comprehensive Bangladesh geographical data package with hierarchical selection and address form components

7 lines (6 loc) 175 B
import { PostCode } from '../types'; export default function getPostCode(params?: { division?: string; district?: string; upazila?: string; } | null): PostCode[];