UNPKG

mozambique-utils

Version:

Easy to use parsers and validators for mozambican (🇲🇿) data-type formatted strings.

4 lines (3 loc) • 214 B
import { CountryCodeOption, Region } from "./type/types"; declare const get_landline_number_pattern: (countryCodeOpt: CountryCodeOption, regions: Region[]) => RegExp; export default get_landline_number_pattern;