renew-ip
Version:
A module for renewing 4G/LTE IP addresses on tethered Android phones from Node JS.
9 lines • 334 B
TypeScript
import { PartialRouterConfig, RenewIp } from "./types";
/**
* Factory interface which creates new renewal router and returns the renewal function.
*
* @param {PartialRouterConfig} config
* @return {RenewIp}
*/
export declare const useRouter: (config: PartialRouterConfig) => RenewIp;
//# sourceMappingURL=factory.d.ts.map