UNPKG

949 BJavaScriptView Raw
1"use strict";
2
3var _Blockv = _interopRequireDefault(require("./client/Blockv"));
4
5var _Discover = _interopRequireDefault(require("./client/Discover"));
6
7function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
8
9//
10// BlockV AG. Copyright (c) 2018, all rights reserved.
11//
12// Licensed under the BlockV SDK License (the "License"); you may not use this file or
13// the BlockV SDK except in compliance with the License accompanying it. Unless
14// required by applicable law or agreed to in writing, the BlockV SDK distributed under
15// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
16// ANY KIND, either express or implied. See the License for the specific language
17// governing permissions and limitations under the License.
18//
19// This is the entry point when importing this library from Node.
20module.exports = _Blockv.default;
21module.exports.Discover = _Discover.default;
\No newline at end of file