effect-io-ai

Package: @effect/platform
Module: Cookies

Cookies.serializeCookie

Serialize a cookie into a string

Adapted from https://github.com/fastify/fastify-cookie under MIT License

Signature

declare const serializeCookie: (self: Cookie) => string

Source

Since v1.0.0