weasel API - v0.8.0
    Preparing search index...

    Type Alias DepName

    DepName: keyof DepSchema

    Every dep name the registry knows about — derived from DepSchema so the two can't drift.

    Declared here rather than beside the registry so that this keyof reference resolves to the exported DepSchema declaration; from another module it resolves to that module's import alias, which the API docs can't link.