UNPKG
transit-im
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.0
express-like framework for AIM bots creation (ICQ as well)
transit-im
/
middleware
/
do_not_wait_for_response
/
doNotWaitForResponse.js
11 lines
(9 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// Generated by CoffeeScript 1.6.3
(
function
(
) {
module
.
exports
=
function
(
) {
return
function
(
req, res, next
) { res.
done
();
return
next
(); }; }; }).
call
(
this
);