babel-log
Log Babel paths & nodes to console with nice formatting
import log from 'babel-log';
log(node);
log(path);
log({ any: 'value' });
API
export default function log(value: Object): void;
Log Babel paths & nodes to console with nice formatting
import log from 'babel-log';
log(node);
log(path);
log({ any: 'value' });
export default function log(value: Object): void;
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.