novel-opds-now
Version:
按需生成 epub,此模組不使用排程任務來生成 epub
7 lines (6 loc) • 317 B
TypeScript
export declare function showIP(port: string | number): Promise<void>;
export declare const IP_TESTER_RE: RegExp;
export declare function isLocalHost(url: string): boolean;
export declare function isLocalNetwork(url: string): boolean;
export declare function notAllowCors(url: string): boolean;
export default showIP;