File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/js-sdsl/dist/esm/utils

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

checkObject.js166 B · 6 lines
export default function checkObject(t) {    var e = typeof t;    return e === "object" && t !== null || e === "function";}//# sourceMappingURL=checkObject.js.map