MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / getLatestVersion

Function getLatestVersion

docs/app/utils/version-resolvers.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5export type Version = (typeof versions)[number]
6
7export const getLatestVersion = () => versions[0]
8
9export const isKnownVersion = (v: string | undefined): v is Version =>
10 typeof v === "string" && versions.includes(v as Version)

Callers 4

loaderFunction · 0.90
normalizeVersionFunction · 0.85
homepageUrlWithVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…