Re-export convertToEncryptedMessage()
This commit is contained in:
parent
de4978a854
commit
71fbd69024
1 changed files with 8 additions and 1 deletions
|
|
@ -1 +1,8 @@
|
||||||
|
/**
|
||||||
|
* @format
|
||||||
|
*/
|
||||||
|
//@ts-check
|
||||||
|
|
||||||
module.exports = require('./ECC')
|
module.exports = require('./ECC')
|
||||||
|
|
||||||
|
module.exports.convertToEncryptedMessage = require('./crypto').convertToEncryptedMessage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue