UNPKG

@firestitch/address

Version:
4 lines (3 loc) 289 B
import { IAddressCountry } from '../interfaces/address-country.interface'; import { IAddressRegion } from '../interfaces/address-region.interface'; export declare function searchCountryRegions(text: string, regions: IAddressRegion[] | IAddressCountry[], limit?: number): IAddressRegion[];