UNPKG

@dlands/strapi-plugin-excel-export-2024

Version:

A strapi plugin used which can be used to download data in xlsx format

8 lines (6 loc) 128 B
'use strict'; module.exports = ({ strapi }) => ({ getWelcomeMessage() { return 'Welcome to Strapi 🚀'; }, });