UNPKG

router-toolkit

Version:

A npm module for managing routers and access points

8 lines (7 loc) 233 B
export default class Router { protected host: string; protected port: number; protected username: string; protected password: string; constructor(host: string, port: number, username: string, password: string); }