UNPKG

@factorial-finance/blueprint-node

Version:

blueprint-node-plugin

9 lines (8 loc) 579 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LocalTonClient = exports.NodePlugin = void 0; const local_ton_client_1 = require("./local-ton-client"); Object.defineProperty(exports, "LocalTonClient", { enumerable: true, get: function () { return local_ton_client_1.LocalTonClient; } }); const node_1 = require("./node"); Object.defineProperty(exports, "NodePlugin", { enumerable: true, get: function () { return node_1.NodePlugin; } }); exports.default = { NodePlugin: node_1.NodePlugin, LocalTonClient: local_ton_client_1.LocalTonClient };