@cross-border-bridge/data-bus
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

  • DataBusのTypeScript用のインタフェースを提供します
  • Node.jsで利用することを想定しています

Setup

package.json

    "dependencies": {
        "@cross-border-bridge/data-bus": "~2.0.0"
    },

Usage

DataBusimplements します。

以下, MyDataBus というクラスで実装する例を示します。

MyDataBus.ts

import * as db from "@cross-border-bridge/data-bus";

class MyDataBus implements db.DataBus {
    省略
}

License

/@cross-border-bridge/data-bus/

    Package Sidebar

    Install

    npm i @cross-border-bridge/data-bus

    Weekly Downloads

    58

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • cross-border-bridge