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

    Type Alias ReadJsonFileOptions

    ReadJsonFileOptions: ReadTextFileOptions & { reviver?: JsonReviver }

    Type Declaration

    • Optionalreviver?: JsonReviver

      A function that alters the behavior of the stringification process.

      See MDN for more information.