Table of Contents

Method CanLoadModule

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

CanLoadModule(string)

Indicates whether specified TypeScript definition file can be loaded.

public bool CanLoadModule(string filePath)

Parameters

filePath string

File path of the definition file.

Returns

bool

True if definition file can be loaded; otherwise false.