File Explorer

/proc/1/cwd/proc/self/root/node24/lib/node_modules/npm/node_modules/text-table/example

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

align.js181 B · 9 lines
var table = require('../');var t = table([    [ 'beep', '1024' ],    [ 'boop', '33450' ],    [ 'foo', '1006' ],    [ 'bar', '45' ]], { align: [ 'l', 'r' ] });console.log(t);