Skip to content

parseWorkspacePackageManagerId

parseWorkspacePackageManagerId(packageManagerField): PackageManagerId

Defined in: wp-typia-project-tools/src/runtime/workspace-project.ts:124

Parse a package-manager identifier from a packageManager field.

string | undefined

Raw package-manager field such as bun@1.3.11.

PackageManagerId

A normalized PackageManagerId, defaulting to "npm" when the field is missing or unsupported.