File Explorer

/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/ieee754

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

index.d.ts332 B · 10 lines
declare namespace ieee754 {    export function read(        buffer: Uint8Array, offset: number, isLE: boolean, mLen: number,        nBytes: number): number;    export function write(        buffer: Uint8Array, value: number, offset: number, isLE: boolean,        mLen: number, nBytes: number): void;  }    export = ieee754;