File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/aws-crt/dist/common

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

crypto.d.ts320 B · 15 lines
/// <reference types="node" />/** * * A module containing support for a variety of cryptographic operations. * * @packageDocumentation * @module crypto *//** * The types that are acceptable to use as input for hashing. * * @category Crypto */export type Hashable = string | ArrayBuffer | DataView | Buffer;