UNPKG

hummingbird-node

Version:

Stupidly simple social media streaming for Node.js

7 lines (5 loc) 154 B
// Interfaces var HTTP = require('./interfaces/http.js'); // No other interfaces available besides http // So let's forward it on module.exports = HTTP;