@chromakit/core
    Preparing search index...

    Function hidden

    • Apply conceal/hidden (SGR 8) to text.

      Parameters

      • text: string

      Returns string

      The input wrapped with \u001b[8m\u001b[28m.

      Conceal is not universally supported; many terminals ignore it. Disable with SGR 28. Avoid relying on conceal for security—output is still present in the stream.

      hidden("token"); // May render as invisible depending on the terminal