UNPKG

@databutton/liveblocks-client

Version:

**At [Liveblocks](https://liveblocks.io), we’re building tools to help companies create world-class collaborative products that attract, engage and retain users.** This repository is a set of open-source packages for building performant and reliable multi

4 lines (3 loc) 241 B
import { AuthEndpoint, AuthenticationToken } from "./types"; export default function auth(endpoint: AuthEndpoint, room: string, publicApiKey?: string): Promise<string>; export declare function parseToken(token: string): AuthenticationToken;