File Explorer

/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/obliterator

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 /.

index.js635 B · 23 lines
/** * Obliterator Library Endpoint * ============================= * * Exporting the library's functions. */module.exports = {  Iterator: require('./iterator.js'),  chain: require('./chain.js'),  combinations: require('./combinations.js'),  consume: require('./consume.js'),  filter: require('./filter.js'),  forEach: require('./foreach.js'),  map: require('./map.js'),  match: require('./match.js'),  permutations: require('./permutations.js'),  powerSet: require('./power-set.js'),  range: require('./range.js'),  split: require('./split.js'),  take: require('./take.js'),  takeInto: require('./take-into.js')};