Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/babel-utils/babel-log

Log Babel paths & nodes to console with nice formatting
https://github.com/babel-utils/babel-log

babel babel-util logging

Last synced: about 3 hours ago
JSON representation

Log Babel paths & nodes to console with nice formatting

Awesome Lists containing this project

README

        

# babel-log

> Log Babel paths & nodes to console with nice formatting

```js
import log from 'babel-log';

log(node);
log(path);
log({ any: 'value' });
```

## API

```ts
export default function log(value: Object): void;
```