@ac-essentials/misc-util
    Preparing search index...

    Type Alias Json5FileFormat

    Json5FileFormat: JsonFileFormat & { quoteStyle: "'" | "\"" | null }

    Type Declaration

    • quoteStyle: "'" | "\"" | null

      The quote style used in the JSON5 file.

      If null, the quote style is unknown or mixed.