UNPKG

whatsapp-api-js

Version:

A TypeScript server agnostic Whatsapp's Official API framework

13 lines 511 B
import type { WhatsAppAPIConstructorArguments } from "../types.d.ts"; /** * A Web quick setup for the WhatsAppAPI * * @remarks * This method will return the same object as the one passed in, * as it assumes that fetch and crypto.subtle are available globally * * @param settings - The WhatsAppAPI arguments * @returns A WhatsAppAPI arguments object for the Web */ export declare function Web(settings: WhatsAppAPIConstructorArguments): WhatsAppAPIConstructorArguments; //# sourceMappingURL=web.d.ts.map