UNPKG

yunzai-micro-plugin

Version:

Yunzai开发管理面板

9 lines (8 loc) 301 B
export declare function getAllWebAddress(auto?: boolean): Promise<{ custom: any[]; local: string[]; remote: any; }>; export declare function getWebAddress(allIp?: boolean): any[]; export declare function getLocalIps(port: any): any[]; export declare function getRemoteIps(): Promise<any>;