UNPKG
@browsery/validator
Version:
latest (13.15.35)
13.15.35
13.15.15
13.12.0-r3
13.12.0-r2
13.12.0-r1
Browser compatible 'validator' module
github.com/panates/browsery
panates/browsery
@browsery/validator
/
lib
/
isISO6391.d.ts
5 lines
(4 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
/** * Check if the string is a valid [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) officially assigned language code. */
export
default
function
isISO6391
(str: string)
: boolean;