Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

WPPConnectLoader is an open source project developed by the JavaScript community with the aim of exporting functions from Webpack modules

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
license-checker-config.json
Notifications You must be signed in to change notification settings

wppconnect-team/wppconnect-loader

Repository files navigation

WPPConnectLoader 📞

WPPConnectLoader is an open source project developed by the JavaScript community with the aim of exporting functions from Webpack modules

Our online channels

Discord Telegram Group WhatsApp Group YouTube

Usage

var WPPConnectLoader = require('@wppconnect-team/loader');

var loader = new WPPConnectLoader();

// Get module by id
loader.get(moduleId);

// Get module by search function
loader.searchModule(m => m.default.MyFunctionTest);

// Get module ID by search function
loader.searchModuleId(m => m.default.MyFunctionTest);

// Return a promise with resolved módule
loader.waitForModule(m => m.default.MyFunctionTest);

About

WPPConnectLoader is an open source project developed by the JavaScript community with the aim of exporting functions from Webpack modules

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
license-checker-config.json

Stars

Watchers

Forks

Packages

No packages published