UNPKG
countrycodejs
Version:
latest (0.3.2)
0.3.2
0.3.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
Country code validation
github.com/kHRISl33t/countrycodejs
kHRISl33t/countrycodejs
countrycodejs
/
lib
/
getCountryDetailsByName.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
import
{
Country
,
Maybe
}
from
'./types'
;
export
declare
const
byName
:
(
name
:
string
) =>
Maybe
<
Country
>;