UNPKG
@devcycle/nextjs-sdk
Version:
beta (0.0.1-beta.4)
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
2.25.1
2.25.0
2.24.0
2.23.4
2.23.3
2.23.1
2.23.0
2.22.0
2.21.2
2.21.1
2.21.0
2.20.0
2.19.0
2.18.1
2.18.0
2.17.0
2.16.0
2.15.1
2.15.0
2.14.0
2.13.0
2.12.2
2.12.1
2.12.0
2.11.2
2.11.1
2.11.0
2.10.0
2.9.0
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.11.0
1.10.0
1.9.2
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
1.7.1
1.7.0
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.0.0
0.0.1-beta.15
0.0.1-beta.14
0.0.1-beta.13
0.0.1-beta.12
0.0.1-beta.11
0.0.1-beta.10
0.0.1-beta.9
0.0.1-beta.8
0.0.1-beta.7
0.0.1-beta.6
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta.0
The Next.js SDK for DevCycle!
devcycle.com
DevCycleHQ/js-sdks
@devcycle/nextjs-sdk
/
src
/
common
/
actions
/
clearDebugUser.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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
>;