File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/uuid/dist/esm-browser

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

version.js200 B · 11 lines
import validate from './validate.js'; function version(uuid) {  if (!validate(uuid)) {    throw TypeError('Invalid UUID');  }   return parseInt(uuid.slice(14, 15), 16);} export default version;