Package: @effect/platform Module: Cookies
@effect/platform
Cookies
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