Make the text hidden.
The text to hide
The hidden text
import { hidden } from "@std/fmt/colors";console.log(hidden("Hello, world!")); Copy
import { hidden } from "@std/fmt/colors";console.log(hidden("Hello, world!"));
Make the text hidden.