std/fmt
denobot 67e9cfa0ff
chore: release 2024.09.04 (#5908)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00
..
bytes_test.ts
bytes.ts
colors_test.ts
colors.ts
deno.json chore: release 2024.09.04 (#5908) 2024-09-04 19:37:53 +09:00
duration_test.ts
duration.ts
printf_test.ts
printf.ts
README.md

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"