PackageScore: {
allEntrypointsDocs: boolean;
allFastCheck: boolean;
atLeastOneRuntimeCompatible: boolean;
hasDescription: boolean;
hasProvenance: boolean;
hasReadme: boolean;
hasReadmeExamples: boolean;
multipleRuntimesCompatible: boolean;
percentageDocumentedSymbols: number;
total?: number;
}
Type declaration
allEntrypointsDocs: boolean
allFastCheck: boolean
atLeastOneRuntimeCompatible: boolean
hasDescription: boolean
hasProvenance: boolean
hasReadme: boolean
hasReadmeExamples: boolean
multipleRuntimesCompatible: boolean
percentageDocumentedSymbols: number
Optional
total?: number