UNPKG

@thiendangit1102/rn-typescript-graphql

Version:
17 lines (13 loc) 218 B
export {}; type EmptyFunc = (...args: unknown[]) => void export type Tron = { log: EmptyFunc error: EmptyFunc warn: EmptyFunc display: EmptyFunc } declare global { interface Console { tron: Tron } }