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

x/frugal/dep/std

A frugal web framework
Go to Latest
Index
asserts.ts

A library of assertion functions.

base64.ts

encode and decode for base64 encoding.

colors.ts

String formatters and utilities for dealing with ANSI color codes.

datetime.ts

Utilities for dealing with Date objects.

flags.ts

Command line arguments parser based on minimist.

fs.ts

Helpers for working with the filesystem.

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.

log.ts

Logging library with the support for terminal and file outputs. Also provides interfaces for building custom loggers.

mock.ts

A mocking and spying library.

path.ts

Utilities for working with OS-specific file paths.

snapshot.ts

A snapshotting library.

streams.ts

Utilities for working with the Streams API.