UNPKG

hrc-debug

Version:

print debug info at server from client

6 lines (5 loc) 168 B
import { AppearData } from '../interface.common'; declare global { let wx: any; } export declare const appear: (data: AppearData, server: string) => Promise<void>;