Function hidden

  • Make the text hidden.

    Parameters

    • str: string

      The text to hide

    Returns string

    The hidden text

    import { hidden } from "@std/fmt/colors";

    console.log(hidden("Hello, world!"));