Babeler

Babeler takes Babel AST and brings it to life! Ever wanted to take your Babel AST and actually interpret and execute it? Well, now you can.

## Table of Contents 1. [Install](#install) 2. [Introduction](#introduction) ## Install ``` npm install babeler ``` ## Introduction TODO