@arcteryx/js-language

Install it: ``` npm install @arcteryx/js-language ```

Usage no npm install needed!

<script type="module">
  import arcteryxJsLanguage from 'https://cdn.skypack.dev/@arcteryx/js-language';
</script>

README

Arc'teryx Language Helpers

Install it:

npm install @arcteryx/js-language

Use it as an ES Module:

import {getLanguageFromLangCode} from '@arcteryx/js-language'

Build and test locally like this:

npm install
npm run build
npm run test:watch