UNPKG

@loopback/repository

Version:

Define and implement a common set of interfaces for interacting with databases

12 lines 642 B
"use strict"; // Copyright IBM Corp. and LoopBack contributors 2018. 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("./entity-not-found.error"), exports); tslib_1.__exportStar(require("./invalid-polymorphism.error"), exports); tslib_1.__exportStar(require("./invalid-relation.error"), exports); tslib_1.__exportStar(require("./invalid-body.error"), exports); //# sourceMappingURL=index.js.map