Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ruban-core

ethereum15LGPL-3.00.1.5TypeScript support: included

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-core

Usage

import {AbstractModule} from 'ruban-core';

new AbstractModule(...);

Types

All the typescript typings are placed in the types folder.