UNPKG

@vreden/meta

Version:

Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.

14 lines (11 loc) 198 B
"use strict" Object.defineProperty(exports, "__esModule", { value: true }) const SyncState = { Connecting: 0, AwaitingInitialSync: 1, Syncing: 2, Online: 3 } module.exports = { SyncState }