JS compatibility

This commit is contained in:
Adhiraj Singh
2020-07-01 17:08:41 +05:30
parent b56c06363e
commit 489505e78f
7 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import { MessageType, HKDFInfoKeys, MessageOptions, MessageStubTypes } from './Constants'
import * as sharp from 'sharp'
import sharp from 'sharp'
import * as fs from 'fs'
import fetch from 'node-fetch'
import { WAMessage, WAMessageContent } from '../WAConnection/Constants'