dd-log
v1.0.1
Published
Simple Log
Readme
dd-log
Simple Log
It is a thing created to be used very privately.
Installation
$ npm install dd-logHow to use
const DDLog = require('dd-log');
DDLog.print('This is Log.', 'success');Type
- default
- success
- info
- warning
- danger
