@jeardev/ph-address
Version:
Latest Philippine Address as of 2023
5 lines • 300 B
TypeScript
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