fileExists() function
Checks if file exists at given path
Signature:
export declare function fileExists(path: string): Promise<unknown>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
path |
string |
{Promise |
Returns:
Promise<unknown>
Checks if file exists at given path
Signature:
export declare function fileExists(path: string): Promise<unknown>;
|
Parameter |
Type |
Description |
|---|---|---|
|
path |
string |
{Promise |
Returns:
Promise<unknown>