whatsapp-api-js
Version:
A TypeScript server agnostic Whatsapp's Official API framework
11 lines • 434 B
TypeScript
import type { WhatsAppAPIConstructorArguments } from "../types.d.ts";
/**
* A Bun quick setup for the WhatsAppAPI
*
* @remarks This method will return the same object as the one passed in
*
* @param settings - The WhatsAppAPI arguments
* @returns A WhatsAppAPI arguments object for Bun
*/
export declare function Bun(settings: WhatsAppAPIConstructorArguments): WhatsAppAPIConstructorArguments;
//# sourceMappingURL=bun.d.ts.map