UNPKG

next-session

Version:

Simple promise-based session for Next.js

3 lines 157 B
export const isTouched = Symbol("session.isTouched"); export const isDestroyed = Symbol("session.isDestroyed"); export const isNew = Symbol("session.isNew");