UNPKG

1.34 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6Object.defineProperty(exports, "default", {
7 enumerable: true,
8 get: function () {
9 return _Blockv.default;
10 }
11});
12Object.defineProperty(exports, "Discover", {
13 enumerable: true,
14 get: function () {
15 return _Discover.default;
16 }
17});
18
19var _Blockv = _interopRequireDefault(require("./client/Blockv"));
20
21var _Discover = _interopRequireDefault(require("./client/Discover"));
22
23function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
24
25//
26// BlockV AG. Copyright (c) 2018, all rights reserved.
27//
28// Licensed under the BlockV SDK License (the "License"); you may not use this file or
29// the BlockV SDK except in compliance with the License accompanying it. Unless
30// required by applicable law or agreed to in writing, the BlockV SDK distributed under
31// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
32// ANY KIND, either express or implied. See the License for the specific language
33// governing permissions and limitations under the License.
34//
35// This is the entry point when importing this library into a web app.
36// Attach SDK version information to the window
37if (typeof window != 'undefined') window.BlockvSDKInfo = {
38 version: require('../package.json').version
39};
\No newline at end of file