MCPcopy Index your code
hub / github.com/reactnativecn/react-native-update / error

Function error

src/utils.ts:16–18  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

14}
15
16export function error(...args: any[]) {
17 console.error(i18n.t('dev_log_prefix'), ...args);
18}
19
20export const isWeb = Platform.OS === 'web';
21export const DEFAULT_FETCH_TIMEOUT_MS = 5000;

Callers 1

core.tsFile · 0.90

Calls 2

errorMethod · 0.80
tMethod · 0.80

Tested by

no test coverage detected