UNPKG

597 BTypeScriptView Raw
1declare const env: {
2 FRAMEWORK: string | undefined;
3 TARO_ENV: string | undefined;
4 TARO_PLATFORM: string | undefined;
5 TARO_VERSION: string | undefined;
6};
7declare function arrayBufferToBase64(arrayBuffer: ArrayBuffer): string;
8declare function base64ToArrayBuffer(base64: string): ArrayBufferLike;
9export { env, arrayBufferToBase64, base64ToArrayBuffer };
10export * from "./crypto.js";
11export * from "./debug.js";
12export * from "./performance.js";
13export * from "./system.js";
14export * from "./update.js";
15export * from "./weapp/app-event.js";
16export * from "./weapp/life-cycle.js";