UNPKG

@kamuridesu/whatframework

Version:

A simple WhatsApp Bot Framework on top of Baileys

4 lines (3 loc) 142 B
#!/usr/bin/env node declare function initializeFramework(entrypointFile?: string | undefined): Promise<void>; export { initializeFramework };