UNPKG

@cocalc/server

Version:

CoCalc server functionality: functions used by either the hub and the next.js server

4 lines (3 loc) 183 B
import { Request } from "express"; export declare function getApiKey(req: Request): string; export declare function getAccountIdFromApiKey(req: Request): Promise<string | undefined>;