Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
export
interface
EmitHost {
11
directoryExists(path: string): boolean;
12
fileExists(path: string): boolean;
13
getCurrentDirectory(): string;
14
readFile(path: string): string | undefined;
Callers
1
locateConfigFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected