contentful-management
Version:
Client for Contentful's Content Management API
11 lines (8 loc) • 326 B
JavaScript
import { toPlainObject, freezeSys } from 'contentful-sdk-core';
import copy from 'fast-copy';
function wrapSemanticRecommendations(_makeRequest, data) {
const result = toPlainObject(copy(data));
return freezeSys(result);
}
export { wrapSemanticRecommendations };
//# sourceMappingURL=semantic-recommendations.js.map