UNPKG

nekosapi

Version:

Async wrapper for NekosAPI

12 lines 239 B
type ProxyAuth = { username: string; password: string; }; type CustomProxy = { protocol: string; host: string; port: number; auth: ProxyAuth; }; export { ProxyAuth, CustomProxy }; //# sourceMappingURL=Proxy.d.ts.map