UNPKG
memcache-pp
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
Memcache for node
github.com/RomanBurunkov/memcache-pp
RomanBurunkov/memcache-pp
memcache-pp
/
index.js
7 lines
(4 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * Module dependencies */
module
.exports =
require
(
"./lib/client"
);