mubin-log
v1.0.2
Published
Console library to color console command
Downloads
14
Maintainers
Readme
Basic Log Package
This pakcage mainly used for color different type of logs.
Usage/Examples
import {Log} from 'mubin-log';
Log.success("Success");
Log.danger("Danger");
Log.info("Info")