@loopback/sequelize
Version:
Loopback 4 Extension That Provides Sequelize Crud Repository Compatible With Default Loopback Models.
10 lines (8 loc) • 319 B
text/typescript
// Copyright LoopBack contributors 2022. All Rights Reserved.
// Node module: @loopback/sequelize
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
export * from './component';
export * from './keys';
export * from './sequelize';
export * from './types';