File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/js-sdsl/dist/cjs/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.js259 B · 14 lines
"use strict"; Object.defineProperty(exports, "t", {    value: true}); exports.default = checkObject; function checkObject(e) {    const t = typeof e;    return t === "object" && e !== null || t === "function";}//# sourceMappingURL=checkObject.js.map