RequestLocaleSource
RequestLocaleSource =
object
Defined in: @storesynk/astro/dist/runtime.d.ts:11
The slice of the Astro global the locale resolver needs (structural - no coupling to a specific Astro version’s global type).
Properties
Section titled “Properties”cookies
Section titled “cookies”cookies:
object
Defined in: @storesynk/astro/dist/runtime.d.ts:12
get(
name): {value:string; } |undefined
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”{ value: string; } | undefined
isPrerendered?
Section titled “isPrerendered?”
optionalisPrerendered?:boolean
Defined in: @storesynk/astro/dist/runtime.d.ts:17