Files
hospital-rescue-app-v2/uni_modules/x-crypto-s/utssdk/mp-weixin/lib/enc-base64.d.ts
T
2026-09-24 16:25:22 +08:00

8 lines
247 B
TypeScript

export function parseLoop(base64Str: string, base64StrLength: number, reverseMap: number[]): WordArray;
/**
* Base64 encoding strategy.
*/
export const Base64: Encoder;
import { Encoder } from './core.js';
import { WordArray } from './core.js';