UNPKG

@jbrowse/plugin-authentication

Version:

JBrowse 2 Authentication

7 lines (6 loc) 240 B
export declare function getResponseError({ response, reason, statusText, }: { response: Response; reason?: string; statusText?: string; }): Promise<string>; export declare function getError(response: Response): Promise<string>;