@loopback/repository
Version:
Define and implement a common set of interfaces for interacting with databases
16 lines • 853 B
JavaScript
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
// Node module: @loopback/repository
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./belongs-to"), exports);
tslib_1.__exportStar(require("./has-many"), exports);
tslib_1.__exportStar(require("./has-one"), exports);
tslib_1.__exportStar(require("./references-many"), exports);
tslib_1.__exportStar(require("./relation.decorator"), exports);
tslib_1.__exportStar(require("./relation.filter.solver"), exports);
tslib_1.__exportStar(require("./relation.helpers"), exports);
tslib_1.__exportStar(require("./relation.types"), exports);
//# sourceMappingURL=index.js.map
;