meikidd / locale-code

locale code based on ISO-639-1 and ISO-3166-1
Other
36 stars 5 forks source link

Typescript typings... #5

Closed matcho closed 5 years ago

matcho commented 5 years ago

...would be really helpful !

Thanks for this great ilb

meikidd commented 5 years ago

Done.

meikidd commented 5 years ago
import LocaleCode from 'locale-code';

LocaleCode.getLanguageCode('en-US');
matcho commented 5 years ago

Thank you so much !