UNPKG

crann

Version:

Effortless State Synchronization for Web Extensions

8 lines (7 loc) 277 B
/** * Crann v2 Agent Module * * This module provides the Agent implementation for connecting to a Crann store. */ export { Agent, connectStore } from "./Agent"; export type { AgentOptions, AgentAPI, AgentConnectionInfo, ConnectionStatus, StateSubscriber, } from "./types";