UNPKG

strapi-plugin-excel-export-2025-jotamaster

Version:

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

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