UNPKG

strapi-plugin-transformer

Version:

A plugin for Strapi Headless CMS that provides the ability to transform the API request and/or response.

10 lines (7 loc) 187 B
'use strict'; const settingsService = require('./settings-service'); const transformService = require('./transform-service'); module.exports = { settingsService, transformService, };