Table of Contents

Method FormatType

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

FormatType(TsType)

Converts the specific type to it's string representation using a formatter registered for the type

public string FormatType(TsType type)

Parameters

type TsType

The type to format.

Returns

string

The string representation of the type.