File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/@aws-crypto/crc32/build/module

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

aws_crc32.d.ts220 B · 8 lines
import { SourceData, Checksum } from "@aws-sdk/types";export declare class AwsCrc32 implements Checksum {    private crc32;    update(toHash: SourceData): void;    digest(): Promise<Uint8Array>;    reset(): void;}