babel-log

2.0.0 • Public • Published

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;

Readme

Keywords

none

Package Sidebar

Install

npm i babel-log

Weekly Downloads

309

Version

2.0.0

License

MIT

Last publish

Collaborators

  • thejameskyle