Table of Contents

Enum ScriptKind

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

Represents TypeScript file kind

public enum ScriptKind

Fields

External = 5
JS = 1
JSON = 6
JSX = 2
TS = 3
TSX = 4
Unknown = 0