12 lines
227 B
TypeScript

export {
getCountryName,
getCountryCodeByName,
COUNTRY_OPTIONS,
type CountryOption,
} from "./countries";
export {
JAPAN_PREFECTURES,
formatJapanesePostalCode,
type PrefectureOption,
} from "./japan-prefectures";