UNPKG

@devcycle/nextjs-sdk

Version:

The Next.js SDK for DevCycle!

6 lines (5 loc) 180 B
/** * Clear the debug user cookie. This is called from the client side * to clear the cookie on page refresh. */ export declare const clearDebugUserCookie: () => Promise<void>;