UNPKG

als-require

Version:

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

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