UNPKG

spur-common

Version:

Common node library that is implemented through the use of spur-ioc and bluebird promises.

14 lines (9 loc) 189 B
module.exports = ()-> class HTTPPlugin constructor:(@request)-> @start:(request)-> plugin = new @(request) plugin.start() plugin start:()-> end:()->