UNPKG

@loopback/repository

Version:

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

12 lines (10 loc) 505 B
// 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 export * from './has-many-through.repository'; export * from './has-many-through.repository-factory'; export * from './has-many.decorator'; export * from './has-many.inclusion-resolver'; export * from './has-many.repository'; export * from './has-many.repository-factory';