UNPKG

@giftedtech/libsignal-node

Version:

Libsignal for Node.js

10 lines (8 loc) 200 B
'use strict'; const { textsecure: { WhisperMessage, PreKeyWhisperMessage } } = require('./WhisperTextProtocol.js'); module.exports = { WhisperMessage, PreKeyWhisperMessage };