@snailicide/g-library
    Preparing search index...

    Variable prettyPrintJSON

    prettyPrintJSON: <Type extends Jsonifiable>(
        value: Type,
        indentSpaces?: number,
    ) => string

    Type declaration

      • <Type extends Jsonifiable>(value: Type, indentSpaces?: number): string
      • PrettyPrint a JSON object.

        Type Parameters

        • Type extends Jsonifiable

        Parameters

        • value: Type
        • indentSpaces: number = 4

        Returns string