UNPKG

surgio

Version:

查看完整使用文档,前往 [surgio.royli.dev](https://surgio.royli.dev)。

10 lines (9 loc) 359 B
import { BlackSSLProviderConfig } from '../types'; import { getBlackSSLConfig } from '../utils'; import Provider from './Provider'; export default class BlackSSLProvider extends Provider { readonly username: string; readonly password: string; constructor(config: BlackSSLProviderConfig); getNodeList(): ReturnType<typeof getBlackSSLConfig>; }