augment-vir - v31.40.0
    Preparing search index...

    Function stringify

    • Converts the input into a string. Tries first with JSON5 and, if that fails, falls back to a regular .toString() conversion.

      Parameters

      • input: unknown
      • Optionalspace: string | number

        Passed directly to the space parameter of JSON.stringify.

      Returns string