UNPKG

@wulechuan/meaningful-error-messages

Version:

To build some colorful and meaningful error message strings easily a little bit.

11 lines (9 loc) 209 B
const { printSeparator, aFunctionThatDoesNothingCorrect, } = require('./_shared') printSeparator() aFunctionThatDoesNothingCorrect({ a: 'good', anArrayProperty: { name: 'cool' }, })