@eagleoutice/flowr - v2.13.14
    Preparing search index...

    a target's sigdb package key, merged source and memoized signature resolver

    interface PackageResolution {
        getFn: FnResolver;
        key: string;
        signatureOk: (version: string) => boolean;
        src: PackageSignatureSource | undefined;
        timeline: readonly TimelineEntry[];
        usage: PackageUsage | undefined;
    }
    Index
    getFn: FnResolver
    key: string
    signatureOk: (version: string) => boolean

    whether a version's signatures accept how the code calls it, see makeSignatureFilter

    src: PackageSignatureSource | undefined
    timeline: readonly TimelineEntry[]

    the package's release timeline, ascending

    usage: PackageUsage | undefined

    the usage the signature pass judges by (base primitives dropped for a base package), undefined if unused