UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

7 lines (6 loc) 228 B
declare function useSignTestingJwt(): ({ projectId, privateKey, payload, }: { projectId: string; privateKey: string; payload: Record<string, any>; }) => Promise<string | undefined>; export default useSignTestingJwt;