wormhole/example/example.js

3 lines
93 B
JavaScript
Raw Normal View History

2021-01-26 12:04:53 +02:00
const Wormhole = require('../index');
const wormhole = new Wormhole({ urls: [ '/hello' ] });