Package detail

babel-log

thejameskyle1.9kMIT2.0.0

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;