language
A Language Package
Installation
Install via NPM:
npm install language
Usage
javascript
var language = require("@achiga/language");
language.get2LetterCodesString(); // print and return " Hello World! "
TypeScript
import * as language from '@achiga/language';
language.get2LetterCodesString(); // print and return " Hello World! "
License
This project is licensed under the terms of the MIT license.