UNPKG

@botonic/plugin-contentful

Version:

Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet

8 lines 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CsvImport = exports.CsvExport = void 0; var csv_export_1 = require("./csv-export"); Object.defineProperty(exports, "CsvExport", { enumerable: true, get: function () { return csv_export_1.CsvExport; } }); var csv_import_1 = require("./csv-import"); Object.defineProperty(exports, "CsvImport", { enumerable: true, get: function () { return csv_import_1.CsvImport; } }); //# sourceMappingURL=index.js.map