UNPKG

find-user-country

Version:

Find your user country

7 lines (6 loc) 156 B
export interface InspectorType { inspect?: boolean; } export interface FindUserCountryType extends InspectorType { checkIsValidCountry?: boolean; }