UNPKG

@types/superagent

Version:
7 lines (5 loc) 129 B
declare class ResponseBase { get(header: string): string; get(header: "Set-Cookie"): string[]; } export = ResponseBase;