UNPKG

als-require

Version:

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

5 lines (3 loc) 102 B
const some = require('./moduleWithError1') const result = some('string') module.exports = result