UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

10 lines (9 loc) 193 B
export class ProxyOptions { certificateCheck?: Function; credentials?: Function; payload?: any; type?: number; url?: string; version?: number; [key: string]: any; }