Return true for all characters below or equal U+00ff, which is ASCII + Latin-1 Supplement.
The code point.
1.0.0
isLatin('a'); // trueisLatin('💯'); // false Copy
isLatin('a'); // trueisLatin('💯'); // false
Return true for all characters below or equal U+00ff, which is ASCII + Latin-1 Supplement.