resolveWorkspaceProject
resolveWorkspaceProject(
startDir):WorkspaceProject
Defined in: wp-typia-project-tools/src/runtime/workspace-project.ts:198
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
The resolved WorkspaceProject.
Throws
Section titled “Throws”When no WORKSPACE_TEMPLATE_PACKAGE workspace can be found.