A protype for multiple languages.
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 ;
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.
You can see the document website on-line.