Function: readUtf8File()
function readUtf8File(filePath: string): string;
Defined in: _internal/file-system.ts:22
Read a UTF-8 text file for rule evaluation.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
string
function readUtf8File(filePath: string): string;
Defined in: _internal/file-system.ts:22
Read a UTF-8 text file for rule evaluation.
| Parameter | Type |
|---|---|
filePath | string |
string