Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Dumper

Type of dump function

Hierarchy

  • Dumper

Callable

  • Convert a JavaScript value to a JSON string

    Type parameters

    • Other = never

    Parameters

    • value: ReadonlyJsonValue<Other>

      Value to be converted

    • Optional replacer: Replacer

      Function that transforms the result

    • Optional space: number | string

      Indentation

    Returns string

    Valid JSON string

Generated using TypeDoc