UNPKG

findex

Version:

Indexes locations of functions inside a project by the md5 hash of the function string to find them later.

13 lines (10 loc) 219 B
module.exports = function (dir, options) { return function middleware (req, res, next) { try { var pathname = ''; } catch (err) { return console.log(res, next, { error: err }); } }; };