UNPKG

@do-kevin/pc-vn

Version:

Type-safe & simple utility library for searching and filtering Vietnam's localities.

9 lines (8 loc) 147 B
/** * Retrieve a list of all provinces. */ export declare const getProvinces: () => { code: string; name: string; unit: string; }[];