Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 306 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 306 Bytes

project-1c-custom-console-log

Module for custom console.log()

Install

npm project-1c-custom-console-log

Use

const log = require('project-1c-custom-console-log')

log.success('¡Hola Mundo!')
log.error('¡Hola Mundo!')
log.info('¡Hola Mundo!')
log.warning('¡Hola Mundo!')