mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
Initial simple client implementation
This commit is contained in:
9
src/index.js
Normal file
9
src/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
Client: require('./client/Client'),
|
||||
version: require('../package.json').version
|
||||
|
||||
// Models
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user