UNPKG

fets

Version:

TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience

4 lines (3 loc) 184 B
import { CookieStore } from '@whatwg-node/cookie-store'; import { ClientPlugin } from '../types'; export declare function useClientCookieStore(cookieStore: CookieStore): ClientPlugin;