UNPKG

azion

Version:

Azion Packages for Edge Computing.

8 lines (6 loc) 288 B
/** * We are not exporting the fs.polyfill.js from this structure due to the context definition in runtime.env.js. * As we are proxying the Node.js fs lib, it is not possible to export the fs.polyfill.js file. */ import fsContext from './context/fs.context.js'; export { fsContext };