UNPKG

dmirakurun

Version:

Fork of Mirakurun modified to work with dantto4k

6 lines (5 loc) 345 B
export declare function getIPv4AddressesForListen(): string[]; export declare function getIPv6AddressesForListen(): string[]; export declare function isPermittedIPAddress(addr: string): boolean; export declare function isPermittedHost(url: string, allowedHostname?: string): boolean; export declare function getLatestVersion(): Promise<string>;