UNPKG
find-user-country
Version:
latest (0.1.1)
0.1.1
0.1.0
Find your user country
find-user-country
/
dist
/
lib
/
types
/
find-user-country-types.d.ts
7 lines
(6 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
InspectorType
{
inspect
?:
boolean
; }
export
interface
FindUserCountryType
extends
InspectorType
{
checkIsValidCountry
?:
boolean
; }