UNPKG

rm-api-sdk

Version:

A NodeJS wrapper for some of the RESTful methods documented at doc.revenuemonster.my

10 lines 300 B
export declare function sortObject(obj: any): object; export declare function generateSignature(arg: { data: any; requestUrl: string; nonceStr: string; signType: string; method: string; timestamp: string; }, privateKey: string): string; //# sourceMappingURL=signature.d.ts.map