UNPKG

tinkerhub

Version:

Connect your things together and tinker with them

9 lines (6 loc) 143 B
'use strict'; const API = require('./modifiable-api'); const net = require('./lib/net'); module.exports = new API(net({ endpoint: true }));