UNPKG

huntsman

Version:

Super configurable async web spider

14 lines (13 loc) 188 B
module.exports = function(){ return { get: function(){ return null; }, set: function(){ return null; }, del: function(){ return null; } }; };