UNPKG

my-own-words

Version:

A small tool that I have created to keep safe all those words/expressions that I come across when I'm learning a new language

10 lines (8 loc) 145 B
function prettyOutput(input) { if (input) { console.log(JSON.stringify(input, undefined, 2)); } } module.exports = { prettyOutput, };