UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

6 lines (4 loc) 141 B
import { ProxyOptions } from './proxy-options'; export class Proxy { static initOptions(opts: ProxyOptions, version: number): number; }