Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 369 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 369 Bytes

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
  2. Introduction

Install

npm install babeler

Introduction

TODO