mimekit-ts - v1.0.0
    Preparing search index...

    Function quote

    • Quote the specified text.

      Encloses the text in double quotes and escapes any backslashes and double-quotes within it.

      Parameters

      • text: string | null | undefined

        Text to quote.

      Returns string

      The quoted text.

      text is null or undefined.