UNPKG

authenticator-clui

Version:

A simple command-line authenticator with encryption (import accounts from Google Authenticator, Microsoft Authenticator and Facebook Authenticator)

16 lines (11 loc) 293 B
'use strict'; // const Jetty = require("jetty"); // const jetty = new Jetty(process.stdout); const log = function (data) { // jetty.clear(); // jetty.moveTo([0, 0]); // jetty.text(data.toString()); console.clear() console.log(data.toString()); }; module.exports = log;