Type alias Spec<TStatus>

Spec<TStatus>: string | Custom | Factory<TStatus> | null | undefined

Rendered content charger specifier.

Can be one of:

  • An arbitrary string containing a text for enclosing comments.
  • A custom charger.
  • A charger factory function.
  • null/undefined to enclose the rendered contents in comments with random text.

Type Parameters

Generated using TypeDoc