@karmaniverous/stan-context
    Preparing search index...

    Type Alias DependencyMeta

    type DependencyMeta = {
        n: Record<NodeId, DependencyMetaNode>;
        v: DependencyMetaSchemaVersion;
    }
    Index

    Properties

    n v

    Properties

    Node map keyed by NodeId (string).

    Schema version.