UNPKG

strapi-plugin-transformer

Version:

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

11 lines (9 loc) 132 B
function removeObjectKey(object, key) { return { id: object.id, ...object[key], }; } module.exports = { removeObjectKey, };