1.0.1 • Published 6 years ago

@achiga/language v1.0.1

Weekly downloads
22
License
MIT
Repository
bitbucket
Last release
6 years ago

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.

1.0.1

6 years ago

1.0.0

6 years ago