UNPKG

yota.js

Version:

Package for working with Yota routers. It can show signal status, speed and other. For example can reboot device

7 lines (6 loc) 191 B
exports.printMsg = function () { console.log("This is a message from the demo package"); } export const printMsg = function () { console.log("This is a message from the demo package"); }