UNPKG

expresscheckout-nodejs

Version:

Juspay's official expresscheckout-nodejs sdk

10 lines (9 loc) 561 B
import { RequestEntity } from '../lib/Juspay.js'; export declare function encodeFormData(data?: RequestEntity): string; export declare function base64Encode(str: string): string; export declare function prepareData(body?: RequestEntity): string; export declare function prepareQueryParams(query?: RequestEntity): string; export declare function isDevEnvironment(): boolean; export declare function deepCopyArray(arr: any[]): any[]; export declare function deepCopyObject(obj: RequestEntity): RequestEntity; export declare function deepCopy(data: unknown): any;