UNPKG

ui-terminal

Version:

Color text, background | node js terminal helper

9 lines (6 loc) 138 B
// Include module let ut = require("../../index"); // Test variables let data = "Hello world!"; // Simple output to console ut.e(data);