UNPKG
async-http
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Asynchronous HTTP request API
github.com/rbuckton/asyncjs
rbuckton/asyncjs
async-http
/
bin
/
index.js
5 lines
•
169 B
JavaScript
View Raw
1
2
3
4
5
function
__export
(
m
) {
for
(
var
p
in
m)
if
(!
exports
.
hasOwnProperty
(p))
exports
[p] = m[p]; }
__export
(
require
(
'./httpclient'
));
//# sourceMappingURL=index.js.map