Table of Contents

Delegate TsSimpleTypeVisibilityFormatter

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

Defines a method used to determine if a type should be marked with the keyword "export".

[Obsolete]
public delegate bool TsSimpleTypeVisibilityFormatter(string typeName)

Parameters

typeName string

The type name to format

Returns

bool

A boolean value indicating if a member should be exported.