UNPKG

@dicy/client

Version:

JSON-RPC client for DiCy.

9 lines (8 loc) 277 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("@dicy/types")); var Client_1 = require("./Client"); exports.DiCy = Client_1.default;