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

Function warn

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

Source from the content-addressed store, hash-verified

10}
11
12export function warn(...args: any[]) {
13 console.warn(i18n.t('dev_log_prefix'), ...args);
14}
15
16export function error(...args: any[]) {
17 console.error(i18n.t('dev_log_prefix'), ...args);

Callers 1

assertWebFunction · 0.85

Calls 2

warnMethod · 0.80
tMethod · 0.80

Tested by

no test coverage detected