UNPKG

es2020

Version:

browserify transform that compiles a selection of ES6 to valid ES5

10 lines (6 loc) 119 B
const foo = () => 'hello world' const string = foo` there ` const bar = 'sup' module.exports = [foo, string, bar]