UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

13 lines (11 loc) 373 B
import { __export } from "./_virtual/rolldown_runtime.js"; //#region src/cookie.ts var cookie_exports = /* @__PURE__ */ __export({ 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