UNPKG

412 BPlain TextView Raw
1// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
2// Node module: @loopback/repository
3// This file is licensed under the MIT License.
4// License text available at https://opensource.org/licenses/MIT
5
6export * from './constraint-utils';
7export * from './kv.repository';
8export * from './kv.repository.bridge';
9export * from './legacy-juggler-bridge';
10export * from './repository';