mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
acdea7c9f5
* docs(fmt): improve documentation * work * work * work
464 B
464 B
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"