Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 237 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 237 Bytes

console.lol

Make your debugging more fun

Install

npm install lol.console
yarn add lol.console

Usage

import 'lol.console';

console.lol({ foo: 1}, 'Hello');

Output:

😂 {foo: 1} Hello