UNPKG

@jeardev/ph-address

Version:
5 lines 318 B
import { Barangay } from './types/types'; export declare function barangays(cityMunPCode: string): Promise<Barangay[]>; export declare function barangayByCode(code: string): Promise<Barangay | undefined>; export declare function barangayByName(name: string): Promise<Barangay[]>; //# sourceMappingURL=barangay.d.ts.map