UNPKG

findex

Version:

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

5 lines (4 loc) 101 B
var foo = function ff (a, b, c) { console.log('logged from inside foo'); } module.exports = foo;