MCPcopy
hub / github.com/freshframework/fresh / JsrMeta

Interface JsrMeta

packages/init/src/init.ts:786–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786interface JsrMeta {
787 scope: string;
788 name: string;
789 latest: string | null;
790 versions: Record<string, unknown>;
791}
792
793async function getLatestVersion(
794 pkg: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected