Province
getProvinces()
import { getProvinces } from '@do-kevin/pc-vn';
const provinces = getProvinces();
API
Function | Description | Parameter | Type | Result |
---|---|---|---|---|
getProvinces | Retrieve lists of provinces. | Province[] | ||
Province |
{
code: string;
name: string;
unit: string;
}
|