UNPKG

@jeardev/ph-address

Version:
5 lines 300 B
import { CityMun } from './types/types'; export declare function cities(provincePCode: string): Promise<CityMun[]>; export declare function cityByCode(code: string): Promise<CityMun | undefined>; export declare function cityByName(name: string): Promise<CityMun[]>; //# sourceMappingURL=city.d.ts.map