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

Function info

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

Source from the content-addressed store, hash-verified

6}
7
8export function info(...args: any[]) {
9 console.info(i18n.t('dev_log_prefix'), ...args);
10}
11
12export function warn(...args: any[]) {
13 console.warn(i18n.t('dev_log_prefix'), ...args);

Callers 1

PushyClass · 0.90

Calls 2

infoMethod · 0.80
tMethod · 0.80

Tested by

no test coverage detected