UNPKG
find-user-country
Version:
latest (0.1.1)
0.1.1
0.1.0
Find your user country
find-user-country
/
dist
/
lib
/
checks.d.ts
4 lines
(3 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
import
{
InspectorType
}
from
"./types"
;
declare
function
checkIsValidCountry
(
countryCode
:
string
,
options
?:
InspectorType
):
Promise
<
string
>;
export
default
checkIsValidCountry;