logs-package
v1.0.2
Published
Build log package
Downloads
7
Maintainers
Readme
Build a NPM package using Typescript
Usage
Script
import {Log} from 'logs-package';Log type error
Log.error("Helllo")Log type success
Log.success("Helllo")Log type info
Log.info("Helllo")Log type warn
Log.warn("Helllo")