UNPKG

kequapp

Version:

A minimal, zero-magic Node web framework built on native APIs

4 lines (3 loc) 203 B
import type { IncomingMessage, ServerResponse } from 'node:http'; import type { TCookies } from '../types.ts'; export default function createCookies(req: IncomingMessage, res: ServerResponse): TCookies;