UNPKG

1 kBJavaScriptView Raw
1"use strict";
2
3var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
4
5Object.defineProperty(exports, "__esModule", {
6 value: true
7});
8exports.v1 = exports["default"] = void 0;
9
10var v1 = _interopRequireWildcard(require("./v1/index"));
11
12exports.v1 = v1;
13
14/**
15 * Copyright (c) "Neo4j"
16 * Neo4j Sweden AB [http://neo4j.com]
17 *
18 * This file is part of Neo4j.
19 *
20 * Licensed under the Apache License, Version 2.0 (the "License");
21 * you may not use this file except in compliance with the License.
22 * You may obtain a copy of the License at
23 *
24 * http://www.apache.org/licenses/LICENSE-2.0
25 *
26 * Unless required by applicable law or agreed to in writing, software
27 * distributed under the License is distributed on an "AS IS" BASIS,
28 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29 * See the License for the specific language governing permissions and
30 * limitations under the License.
31 */
32var _default = v1;
33exports["default"] = _default;
\No newline at end of file