UNPKG

@mi-gpt/miot

Version:

MIoT 非官方 Node.js 客户端

13 lines (11 loc) 303 B
declare class RC4 { iii: number; jjj: number; bytes: Uint8Array; constructor(buf: Buffer); update(buf: Buffer): Buffer<ArrayBufferLike>; } declare function rc4Hash(method: string, uri: string, data: { [x: string]: string; }, ssecurity: string): string; export { RC4, rc4Hash };