MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / directoryExists

Method directoryExists

src/transpilation/utils.ts:11–11  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

9
10export interface EmitHost {
11 directoryExists(path: string): boolean;
12 fileExists(path: string): boolean;
13 getCurrentDirectory(): string;
14 readFile(path: string): string | undefined;

Callers 1

locateConfigFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected