UNPKG

strapi-plugin-publisher

Version:

A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.

11 lines (8 loc) 222 B
import pluginId from './pluginId'; /** * A helper function to obtain a plugin service * * @return service */ const getPluginService = (name) => strapi.plugin(pluginId).service(name); export default getPluginService;