File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/hasown

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

1 dir
9 files
index.d.ts117 B · 4 lines
declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>; export = hasOwn;