Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std

[WIP] A framework for crafting interactions with Substrate chains
Latest
Index
collections
encoding
fmt
testing
archive.ts

Provides a Tar and Untar classes for compressing and decompressing arbitrary data.

async.ts

Provide help with asynchronous tasks like delays, debouncing, deferring, or pooling.

bytes.ts

Provides helper functions to manipulate Uint8Array byte slices that are not included on the Uint8Array prototype.

flags.ts

Command line arguments parser based on minimist.

fs.ts

Helpers for working with the filesystem.

http.node.ts
http.ts

Provides user-friendly serve on top of Deno's native HTTP server and other utilities for creating HTTP servers and clients.

io.ts

Utilities for working with Deno's readers, writers, and web streams.

jsonc.ts

parse function for parsing JSONC (JSON with Comments) strings.

path.ts

Utilities for working with OS-specific file paths.

streams.ts

Utilities for working with the Streams API.