Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Beautifier

Beautifier

Hierarchy

  • Beautifier

Index

Properties

Optional badges

badges: Badge[]

Badges to display in automatically generated documentation.

Optional dependencies

dependencies: DependencyDefinition[]

Runtime dependencies of the beautifier.

name

Unique identifying name of the beautifier.

options

Supports options of the beautifier.

Optional package

package: undefined | object

Parsed Package.json file as JSON.

Methods

beautify

  • Beautify the given code with the beautifier.

    Parameters

    Returns Promise<string>

Optional resolveConfig

  • Function to retrieve beautifier-specific configuration file and/or parsed value.

    Parameters

    Returns Promise<ResolvedConfig>

Generated using TypeDoc