UNPKG

141 BTypeScriptView Raw
1import { ProxyOptions } from './proxy-options';
2
3export class Proxy {
4 static initOptions(opts: ProxyOptions, version: number): number;
5}