babel-log

Log Babel paths & nodes to console with nice formatting

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
babel-log
2.0.06 years ago7 years agoMinified + gzip package size for babel-log in KB

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;