Skip to main content
Module

x/opine_sessions/mod.ts

Cookie-based sessions module for the Opine web framework.
Latest
File
import { init, destroy, getClient, AsyncSqliteStore } from "./src/sessions.ts";
export type { Store } from './src/sessions.ts';
export { init, destroy, getClient, AsyncSqliteStore };export default { init, destroy, getClient, AsyncSqliteStore };