8 lines
244 B
TypeScript
Raw Normal View History

2022-10-20 10:12:49 +02:00
// source providers
2022-10-13 18:50:52 +02:00
export * from './local-file-source-provider';
2022-10-14 11:43:15 +02:00
export * from './local-strapi-source-provider';
2022-10-20 10:12:49 +02:00
// destination providers
export * from './local-file-destination-provider';
export * from './local-strapi-destination-provider';