UNPKG

@alipay-inc/mpaas-mgs-sdk-websocket

Version:

A WebSocket SDK for mPaaS MGS with connection management, reconnection, and event handling

3 lines (2 loc) 149 B
import { SignType } from '../types'; export default function sign(type: SignType, operationType: string, secretKey: string): Record<string, string>;