Blacktoolbox-prototype-languages
A protype for multiple languages.
Installation
Using with NPM:
$ npm install --save @blacktoolbox/prototype-languages
// using ES6 modules
import Language, { initializer } from '@blacktoolbox/prototype-languages';
// using CommonJS modules
var Language= require('@blacktoolbox/prototype-languages');
var initializer = require('@blacktoolbox/prototype-languages').initializer ;
Issue
Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices.
Please file issue, if you have any issue or idea.
Homepage
You can see the document website on-line.