UNPKG

find-user-country

Version:

Find your user country

4 lines (3 loc) 178 B
import { InspectorType } from "./types"; declare function checkIsValidCountry(countryCode: string, options?: InspectorType): Promise<string>; export default checkIsValidCountry;