UNPKG

npm-types

Version:

Helps you to write a bit less on the terminal

9 lines (8 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.info = void 0; var chalk_1 = require("chalk"); function info(message) { console.log(chalk_1.blueBright('[info]') + " " + message); } exports.info = info;