UNPKG

@cloudbase/lowcode-deployer

Version:

deploy weda app

8 lines (7 loc) 128 B
export = Sign; /** * @inner */ declare class Sign { static sign(secretKey: any, signStr: any, signMethod: any): string; }