import { FileUtils } from "https://deno.land/x/ts_morph@16.0.0/common/mod.ts";
Reads a file synchronously or returns false if the file doesn't exist.
Parameters
fileSystem: FileSystemHost
- File System.
filePath: StandardizedFilePath
- Path to file.
x/ts_morph/common/mod.ts>FileUtils.readFileOrNotExistsSync
import { FileUtils } from "https://deno.land/x/ts_morph@16.0.0/common/mod.ts";
Reads a file synchronously or returns false if the file doesn't exist.