@prismicio/client
Version:
The official JavaScript + TypeScript client library for Prismic
9 lines (8 loc) • 375 B
JavaScript
import { __exportAll } from "./_virtual/_rolldown/runtime.js";
//#region src/cookie.ts
var cookie_exports = /* @__PURE__ */ __exportAll({ preview: () => preview });
/** The well-known name of the cookie used to store a Prismic preview session's ref. */
const preview = "io.prismic.preview";
//#endregion
export { cookie_exports, preview };
//# sourceMappingURL=cookie.js.map