UNPKG

contentful-management

Version:
6 lines 234 B
import { freezeSys, toPlainObject } from 'contentful-sdk-core'; import copy from 'fast-copy'; export function wrapContentSemanticsSettings(_makeRequest, data) { const result = toPlainObject(copy(data)); return freezeSys(result); }