hapi-sequelize-crud/src/associations/index.js

6 lines
157 B
JavaScript

import oneToOne from './one-to-one';
import oneToMany from './one-to-many';
import associate from './associate';
export { oneToOne, oneToMany, associate };