UNPKG

strapi-plugin-import-export-entries

Version:

Import/Export data from and to your database in just few clicks.

9 lines (8 loc) 239 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const exportService = require('./export'); const importService = require('./import'); module.exports = { export: exportService, import: importService, };