[F] isFileExist
function isFileExist(host, filePath): Promise<boolean>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
host | CompilerHost |
filePath | string |
Returns
Section titled “Returns”Promise<boolean>
function isFileExist(host, filePath): Promise<boolean>;| Parameter | Type |
|---|---|
host | CompilerHost |
filePath | string |
Promise<boolean>