Table of Contents

Method TryLoadModule

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

TryLoadModule(string)

Tries to load content of the TypeScript definition file.

public string TryLoadModule(string filePath)

Parameters

filePath string

Path of definition file.

Returns

string

Content of the definition file if succeed; otherwise null.