mhzed/wstunnel

How can i run this within code instead of global

CurralesDragon opened this issue · 0 comments

I need to run within a node app, so instead of calling globally can i do something like:

const wstunnel = require('wstunnel')
wstunnel(....)

?