@squadco/js
Version:
Simplify the integration process with Squad's comprehensive payment solutions using the Squad JavaScript SDK.
13 lines (12 loc) • 427 B
TypeScript
import SquadPOS from "./pos";
/**
* @description
* Squad JavaScript | TypeScript SDK
* @author Adedoyin Emmanuel Adeniyi
* @license MIT
* @since 21st of January 2024
* Built with ❣️ by Adedoyin Emmanuel Adeniyi @see https://github.com/adedoyin-emmanuel/
*/
export declare class CreateSquadClient extends SquadPOS {
constructor(publicKey: string, privateKey: string, environment: "production" | "development");
}