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

    Type Alias JsonFileFormat

    JsonFileFormat: TextFileFormat & { indentation: string | null }

    Type Declaration

    • indentation: string | null

      The indentation string of the JSON file.

      If null, the indentation style is unknown.