ruban-core
This is a sub module of ruban.js
The ruban-core
contains the AbstractModule.
This should be used if someone wants to implement a new ruban module.
Installation
npm install ruban-core
Usage
import {AbstractModule} from 'ruban-core';
new AbstractModule(...);
Types
All the typescript typings are placed in the types folder.