@contentstack/live-preview-utils
Version:
Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.
13 lines (12 loc) • 471 B
JavaScript
import "../../chunk-5WRI5ZAA.js";
// src/visualBuilder/utils/getEntryPermissionsCached.ts
import { getEntryPermissions } from "./getEntryPermissions.js";
import { createCachedFetch } from "./createCachedFetch.js";
var getEntryPermissionsCached = createCachedFetch(
getEntryPermissions,
({ entryUid, contentTypeUid, locale }) => `${entryUid}.${contentTypeUid}.${locale}`
);
export {
getEntryPermissionsCached
};
//# sourceMappingURL=getEntryPermissionsCached.js.map