UNPKG

@neoxr/wb

Version:

A simple and easy-to-use WhatsApp bot module built on top of Baileys. Designed for effortless integration and quick setup.

15 lines (14 loc) 327 B
declare class Loader { plugins: { [key: string]: any; }; scrapers: { [key: string]: any; }; constructor(); require: (file: string) => any; router: (dir: string) => Promise<void>; scraper: (dir: string) => Promise<void>; } declare const _default: Loader; export default _default;