@wppconnect-team/wppconnect
Version:
WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligen
10 lines (9 loc) • 376 B
TypeScript
import type * as WAJS from '@wppconnect/wa-js';
export * from './api/model';
export * from './api/model/enum';
export { Whatsapp } from './api/whatsapp';
export { CreateConfig } from './config/create-config';
export { create } from './controllers/initializer';
export { defaultLogger } from './utils/logger';
export * as tokenStore from './token-store';
export type { WAJS };