Table of Contents

Delegate TsTypeFormatter

Namespace
Alternet.TsTypedefsGenerator.Core
Assembly
Alternet.Common.TypeScript.v9.dll

Defines a method used to format specific TsType to the string representation.

public delegate string TsTypeFormatter(TsType type, ITsTypeFormatter formatter)

Parameters

type TsType

The type to format.

formatter ITsTypeFormatter

The formatter that can format other types.

Returns

string

The string representation of the type.