0.1.5 • Published 5 years ago

ruban-core v0.1.5

Weekly downloads
5
License
LGPL-3.0
Repository
github
Last release
5 years ago

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.