UNPKG

202 BJavaScriptView Raw
1// This is a wrapper to make importing the encrypted channel capable web build
2// nicer
3// import Pusher from 'pusher-js/with-encryption'
4module.exports = require('../dist/web/pusher-with-encryption');