UNPKG

416 BTypeScriptView Raw
1export declare const canIUse: () => Promise<{
2 errMsg: string;
3}>;
4export declare function arrayBufferToBase64(arrayBuffer: any): string;
5export declare function base64ToArrayBuffer(base64: any): Uint8Array;
6export * from './crypto';
7export * from './debug';
8export * from './performance';
9export * from './system';
10export * from './update';
11export * from './weapp/app-event';
12export * from './weapp/life-cycle';