UNPKG

111 BTypeScriptView Raw
1export declare const clientInfo: () => {
2 platform: string;
3 version: string;
4 appVersion: string;
5};