import { type RuntimeFileSystem } from "https://deno.land/x/ts_morph@18.0.0/common/ts_morph_common.d.ts";
Methods
readDirSync(dirPath: string): RuntimeDirEntry[]
Reads all the child directories and files.
Asynchronously reads a file at the specified path.
Synchronously reads a file at the specified path.
Asynchronously writes a file to the file system.
Synchronously writes a file to the file system.
stat(path: string): Promise<RuntimeFileInfo>
Asynchronously gets the path's stat information.
statSync(path: string): RuntimeFileInfo
Synchronously gets the path's stat information.
Uses pattern matching to find files or directories.