UNPKG

esbundle

Version:

A client-side transpiler, bundler as well as dynamic npm package fetch and load

7 lines (6 loc) 169 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var bundle = function () { console.log('hello esbundle!'); }; exports.default = bundle;