UNPKG

node-openload

Version:
7 lines (5 loc) 137 B
/** * Just a simple application entry point. */ const openload = require('./lib/api'); module.exports = config => openload(config);