Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 272 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 272 Bytes

es6-module-jstransform

ES6 module syntax to CommonJS transformation.

Installation

% npm install es6-module-jstransform

Usage

var transform = require('es6-module-jstransform');
var transformed = transform(src);

See specs/cases for the examples.