UNPKG

coa-echo

Version:

Lightweight console color logger for node.js

8 lines (7 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Echo = exports.echo = void 0; const Echo_1 = require("./Echo"); Object.defineProperty(exports, "Echo", { enumerable: true, get: function () { return Echo_1.Echo; } }); const echo = new Echo_1.Echo(); exports.echo = echo;