babel-log
Log Babel paths & nodes to console with nice formatting
Last updated 9 years ago by thejameskyle .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install babel-log 
SYNC missed versions from official npm registry.

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;

Current Tags

  • 2.0.0                                ...           latest (9 years ago)

6 Versions

  • 2.0.0                                ...           9 years ago
  • 1.0.4                                ...           9 years ago
  • 1.0.3                                ...           9 years ago
  • 1.0.2                                ...           9 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (1)
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |