MCPcopy
hub / github.com/facebook/react / gte

Function gte

packages/react-devtools-shared/src/backend/utils/index.js:248–250  ·  view source on GitHub ↗
(a: string = '', b: string = '')

Source from the content-addressed store, hash-verified

246}
247
248export function gte(a: string = '', b: string = ''): boolean {
249 return compareVersions(a, b) > -1;
250}
251
252export const isReactNativeEnvironment = (): boolean => {
253 // We've been relying on this for such a long time

Callers 5

app-legacy.jsFile · 0.90
utils-test.jsFile · 0.90
hasAssignedBackendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected