UNPKG

typed-wx-api

Version:
10 lines (9 loc) 194 B
/** * @internal */ export declare class WxJsCrypto { static createNonceStr(): string; static createTimestamp(): string; private static raw; static sign(ret: object): string; }