testy-colorfy
v0.0.4
Published
## Testy-colorfy to use for highlight console message for individual message to install and apply
Readme
Testy-Colorfy
Testy-colorfy to use for highlight console message for individual message to install and apply
npm i testy-colorfyAfter installing you can use it like this
import { Loger } from "testy-colorfy";
Loger.sucess("Success Message");
Loger.error("Error Message");
Loger.warning("Warning Message");
Loger.info("Info Message");
1

2

