UNPKG

@bradgarropy/captivate-sdk

Version:
4 lines (3 loc) • 170 B
import { AuthenticatedUser } from "./types"; declare const authenticateUser: (userId: string, apiKey: string) => Promise<AuthenticatedUser>; export { authenticateUser };