Options
All
  • Public
  • Public/Protected
  • All
Menu

Module prettyFormat

Callable

  • prettyFormat(val: any, options?: PrettyFormat.OptionsReceived): string
  • Returns a presentation string of your val object

    Parameters

    • val: any

      any potential JavaScript object

    • Optional options: PrettyFormat.OptionsReceived

      Custom settings

    Returns string

Index

Type aliases

Colors

Colors: PrettyFormat.Colors

Config

Config: PrettyFormat.Config

NewPlugin

NewPlugin: PrettyFormat.NewPlugin

Options

Options: PrettyFormat.Options

OptionsReceived

OptionsReceived: PrettyFormat.OptionsReceived

Plugin

Plugin: PrettyFormat.Plugin

Plugins

Plugins: PrettyFormat.Plugins

Refs

Refs: PrettyFormat.Refs

Theme

Theme: PrettyFormat.Theme

Variables

plugins

plugins: { AsymmetricMatcher: PrettyFormat.NewPlugin; ConvertAnsi: PrettyFormat.NewPlugin; DOMCollection: PrettyFormat.NewPlugin; DOMElement: PrettyFormat.NewPlugin; Immutable: PrettyFormat.NewPlugin; ReactElement: PrettyFormat.NewPlugin; ReactTestComponent: PrettyFormat.NewPlugin }

Type declaration

  • AsymmetricMatcher: PrettyFormat.NewPlugin
  • ConvertAnsi: PrettyFormat.NewPlugin
  • DOMCollection: PrettyFormat.NewPlugin
  • DOMElement: PrettyFormat.NewPlugin
  • Immutable: PrettyFormat.NewPlugin
  • ReactElement: PrettyFormat.NewPlugin
  • ReactTestComponent: PrettyFormat.NewPlugin