UNPKG

elife-dim

Version:

module and package required to start express-life. Laravel structure For Express.js

16 lines (11 loc) 231 B
module.exports = function(){ var theList = {}; return { add : function(user, delay, routes){ }, forget : function(user){ }, save : function(){ } } }();