mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-25 03:11:17 +00:00
Add ability to replace a FeedSourceProvider at runtime and propagate the new source to all active (and pending) user sessions, invalidating their feed caches. Co-authored-by: Ona <no-reply@ona.com>
4 lines
179 B
TypeScript
4 lines
179 B
TypeScript
export type { FeedSourceProvider } from "./feed-source-provider.ts"
|
|
export { UserSession } from "./user-session.ts"
|
|
export { UserSessionManager } from "./user-session-manager.ts"
|