Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 266 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 266 Bytes

console-m

Inspired by the best practices preached by 10x Developer

Installation

npm i console-m

Usage

Import c from the package

import { c } from 'console-m';

Use it anywhere in your code!

Examples

c('Hello, World!')