UNPKG

@jeardev/ph-address

Version:
5 lines 283 B
import { Region } from './types/types'; export declare function regions(): Promise<Region[]>; export declare function regionByCode(code: string): Promise<Region | undefined>; export declare function regionsByName(name: string): Promise<Region[]>; //# sourceMappingURL=region.d.ts.map