UNPKG

contentful-management

Version:
11 lines (8 loc) 342 B
import { toPlainObject, freezeSys } from 'contentful-sdk-core'; import copy from 'fast-copy'; function wrapSemanticReferenceSuggestions(_makeRequest, data) { const result = toPlainObject(copy(data)); return freezeSys(result); } export { wrapSemanticReferenceSuggestions }; //# sourceMappingURL=semantic-reference-suggestions.js.map