import { type RuntimeFileSystem } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/ts_morph_common.d.ts";
Methods
stat(path: string): Promise<RuntimeFileInfo | undefined>
Asynchronously gets the path's stat information.
x/ts_morph/common/ts_morph_common.d.ts>RuntimeFileSystem
import { type RuntimeFileSystem } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/ts_morph_common.d.ts";
Asynchronously gets the path's stat information.