tryResolveWorkspaceProject
tryResolveWorkspaceProject(
startDir):WorkspaceProject|null
Defined in: wp-typia-project-tools/src/runtime/workspace-project.ts:147
Try to resolve the nearest official wp-typia workspace from startDir.
Parameters
Section titled “Parameters”startDir
Section titled “startDir”string
Directory to begin walking upward from.
Returns
Section titled “Returns”WorkspaceProject | null
The resolved WorkspaceProject, or null when no
WORKSPACE_TEMPLATE_PACKAGE workspace is found.
Throws
Section titled “Throws”When a discovered package.json cannot be parsed.