Function: parseFeaturePack()
parseFeaturePack(
raw):FeaturePackParseResult
Defined in: Data/Core/FeaturePackTypes.ts:478
Validate one raw catalog entry into a FeaturePack.
Fail-closed and total: every field is checked, and the result is either a fully-validated pack or a list of reasons. Callers must never fall back to the raw object on failure.
Parameters
raw
unknown