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

11 lines
208 B
TypeScript

export const Utf16: Encoder;
/**
* UTF-16 BE encoding strategy.
*/
export const Utf16BE: Encoder;
/**
* UTF-16 LE encoding strategy.
*/
export const Utf16LE: Encoder;
import { Encoder } from './core.js';