Skip to content

babel-utils/babel-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Log Babel paths & nodes to console with nice formatting

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published