UNPKG
ilingo
Version:
latest (5.0.0)
next (2.0.0-3)
5.0.0
4.4.1
4.4.0
4.3.1
4.2.0
4.1.1
4.1.0
4.0.0
3.2.0
3.1.0
3.0.0
3.0.0-alpha.2
3.0.0-alpha.1
3.0.0-alpha.0
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
This is a lightweight library for translation.
tada5hi/ilingo
ilingo
/
dist
/
utils
/
language
/
module.d.ts
3 lines
(2 loc)
•
139 B
TypeScript
View Raw
1
2
3
export
declare
function
isISO639LanguageCode
(
input
:
string
):
boolean
;
export
declare
function
isBCP47LanguageCode
(
input
:
string
):
boolean
;