@open-wa/wa-automate-types-only
Version:
Types generated from the @open-wa/wa-automate package
12 lines (11 loc) • 332 B
TypeScript
declare const puppeteerConfig: {
WAUrl: string;
width: number;
height: number;
chromiumArgs: string[];
};
export declare const createUserAgent: (waVersion: string) => string;
export declare const useragent: string;
export { puppeteerConfig };
export declare const width: number;
export declare const height: number;