ruban-core
v0.1.5
Published
Ruban core tools for sub packages. This is an internal package.
Readme
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-coreUsage
import {AbstractModule} from 'ruban-core';
new AbstractModule(...);Types
All the typescript typings are placed in the types folder.
