UNPKG

evolution-api-client

Version:

A TypeScript/Node.js client library for interacting with the Evolution API WhatsApp integration.

13 lines (12 loc) 404 B
declare module "bun:test" { export const describe: (name: string, fn: () => void) => void; export const test: (name: string, fn: () => void | Promise<void>) => void; export const expect: <T>(actual: T) => { toBe: (expected: T) => void; toEqual: (expected: T) => void; toBeDefined: () => void; toBeUndefined: () => void; toBeTruthy: () => void; toBeFalsy: () => void; }; }