UNPKG

als-require

Version:

A utility for using CommonJS require in the browser and creating bundles.

3 lines 77 B
const e = require('./e'); function d() { return 'd'; }; module.exports = d