Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdWorks with
•JSR Score100%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




License
•MIT
Downloads54,507/wk
•Published4 weeks ago (1.0.10)
Utilities for formatting values, such as adding colors to text, formatting durations, printf utils, formatting byte numbers.
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