Function reset

  • Reset the text modified.

    Parameters

    • str: string

      The text to reset

    Returns string

    The text with reset color

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

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