Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdUtilities for formatting values, such as adding colors to text, formatting durations, printf utils, formatting byte numbers.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
8 months ago (1.0.8)
Provides utilities for formatting text of different types:
import { format } from "@std/fmt/bytes"; import { red } from "@std/fmt/colors"; console.log(red(format(1337))); // Prints "1.34 kB"
Runtime compatibility
bytes,
colors, and
duration supports all major runtimes.
printf is mostly compatible with major
runtimes, however some of features, such as %v, %i and %I format
specifiers, are only available in Deno. See the API docs for details.
Built and signed on
GitHub Actions