@wppconnect/wa-js - v3.17.0
    Preparing search index...

    Variable webpackRequire

    webpackRequire: <T = any>(moduleId: string) => T & {
        e: (id: string) => Promise<void>;
        m: { [key: string]: any };
        u: (id: string) => string;
    }

    Type declaration

      • <T = any>(moduleId: string): T
      • Type Parameters

        • T = any

        Parameters

        • moduleId: string

        Returns T

    • e: (id: string) => Promise<void>

      the chunk ensure function

    • m: { [key: string]: any }

      module list

    • u: (id: string) => string

      the filename of the script part of the chunk