File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/inherits

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
5 files
inherits.js250 B · 10 lines
try {  var util = require('util');  /* istanbul ignore next */  if (typeof util.inherits !== 'function') throw '';  module.exports = util.inherits;} catch (e) {  /* istanbul ignore next */  module.exports = require('./inherits_browser.js');}