UNPKG

3xworkaround

Version:

This is an interface for 3x-ui panel. It will help developers to create, edit and delete inbounds and clients in a simple way.

10 lines (9 loc) 196 B
export declare const decodeUri: (uri: string) => { protocol: string; host: string; port: number; path: string; username: string; password: string; endpoint: string; };