UNPKG

cookies-next

Version:

Set, Get, Remove cookies on both client and server side with Next.js

5 lines (4 loc) 82 B
export type PollingOptions = { enabled?: boolean; intervalMs?: number; };