feat: add product API for legacy connections

This commit is contained in:
Adhiraj Singh
2022-02-24 17:58:37 +05:30
parent 0567384af9
commit d21a39c302
4 changed files with 195 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ export * from './Message'
export * from './Legacy'
export * from './Socket'
export * from './Events'
export * from './Product'
import type NodeCache from 'node-cache'
import { proto } from '../../WAProto'