UNPKG

whatsapp-api-js

Version:

A TypeScript server agnostic Whatsapp's Official API framework

3 lines (2 loc) 265 B
import WebStandardMiddleware from"./web-standard.js";class WhatsAppAPI extends WebStandardMiddleware{async handle_post(req){return super.handle_post(req)}handle_get(req){return super.handle_get(req)}}export{WhatsAppAPI as default}; //# sourceMappingURL=deno.js.map