From 253e4e1dd13d2e30cf3b45b23dabb6f20cf85350 Mon Sep 17 00:00:00 2001 From: Adhiraj Date: Wed, 23 Sep 2020 13:24:44 +0530 Subject: [PATCH] Export mutex --- src/WAConnection/WAConnection.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/WAConnection/WAConnection.ts b/src/WAConnection/WAConnection.ts index 08502c1..f0cb3ad 100644 --- a/src/WAConnection/WAConnection.ts +++ b/src/WAConnection/WAConnection.ts @@ -1,3 +1,4 @@ export * from './8.Groups' export * from './Utils' -export * from './Constants' \ No newline at end of file +export * from './Constants' +export * from './Mutex' \ No newline at end of file