| 784 | } |
| 785 | |
| 786 | interface JsrMeta { |
| 787 | scope: string; |
| 788 | name: string; |
| 789 | latest: string | null; |
| 790 | versions: Record<string, unknown>; |
| 791 | } |
| 792 | |
| 793 | async function getLatestVersion( |
| 794 | pkg: string, |
nothing calls this directly
no outgoing calls
no test coverage detected