UNPKG

@kamuridesu/whatframework

Version:

A simple WhatsApp Bot Framework on top of Baileys

5 lines (4 loc) 123 B
export async function load(entrypointPath) { const entrypoint = await import(entrypointPath); return entrypoint; }