babel-log
v2.0.0
Published
Log Babel paths & nodes to console with nice formatting
Readme
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;