1.1.1 • Published 4 years ago

@blacktoolbox/prototype-languages v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.