File Explorer

/proc/self/root/proc/1/task/1/root/node24/lib/node_modules/npm/node_modules/semver/functions

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

neq.js128 B · 6 lines
'use strict' const compare = require('./compare')const neq = (a, b, loose) => compare(a, b, loose) !== 0module.exports = neq